I have a complete phpDoc subdirectory on the project's SVN site.
linky
BE SURE TO READ ABOUT INSTALLING OAUTH IN THE WIKI here if you want to use the Twitter API.
Features in this release:
- Support for jQuery Tools
- Cleaned up code so no errors are thrown in E_ALL|E_STRICT mode.
In addition, I've created an examples folder under /pogostick/widgets. This contains two views which demonstrate jQuery UI widgets and jQuery Tools widgets. I really dig the jQuery Tools Overlay and Tooltip widgets.
To view the examples, follow these steps:
1. Download and install the extension library.
2. Add a new action to your SiteController:
public function actionExamples()
{
$this->render( 'pogostick.widgets.examples.jqui_examples' );
}
or
public function actionExamples()
{
$this->render( 'pogostick.widgets.examples.jqTools_examples' );
}
Then fire up your browser and go to http://yoursite/site/examples and it all should work just peachy!
Any comments or feedback is more than welcome.

Help















