| | Class | Description |
|---|
| | HtmlParser | |
| | WPConnector | The main singleton class that will provide access and control to any Wordpress Blog (recommended version: WP 2.9 / WP 3.0)
Because it's a singleton, you need to use var con:WPConnector = WPConnector.getInstance
instead var con:WPConnector = new WPConnector();
|
| | WPData | The main singleton class that will provide data storage
for the replys from the WPConnector
Because it's a singleton, you need to use var con:WPConnector = WPConnector.getInstance
instead var con:WPConnector = new WPConnector();
|
| | WPDataParser | The main singleton class that will provide data parsing
for the replys from the WPConnector. |
| | WPUtils |
Some functions to provide quick data utils
Available:
.getGravatar();
|