This class can be used to manage Blogger posts using the Google Data API.
It can:
- Authenticate users with separate classes
- Submit a new posts with a given title and message
- Retrieve one or more posts in a blog starting with a number up to a given number of posts
- Update or delete a given post
- Support multiple blogs per account
This class uses Zend_Gdata for the authentication process which must be retrieved separately.
This class can be used to manage a generic comments system. It could be used to add comments to a blog, a guest book, etc..
The comments are stored in an SQL database table. The class can install the table and associated indexes. Currently it supports MySQL and Microsoft SQL server.
The class can add new comments, update an existing comment, generate HTML forms to submit a comment and show the comments summary.
This package can be used to display and edit data from a database in a grid using the Zend Framework. It features:
* Simplified grid data presentation just by specifying the source database table
* Multiple Sources (DB, Array, JSON, CSV, XML)
* Template based presentation
* Filter data by user selected fields
* Data validation (when performing CRUD operations)
* Automatic pagination of results
* Support for extra listing column fields
* List sorting by field
* Configurable field titles
* Support for SQL aggregation expressions (MAX, COUNT, MIN, AVG, etc…)
* Internationalization support
* Export results in multiple formats: XML, HTML table, PDF, Excel, Word, etc..
* Cache support
* Plug-ins to format content: date, bool, currency, etc..
* Doctrine Support
* Zend_Form for CRUD operations
* Zend_Config Support
* Multiple Instances per page (no conflicts at all…)
* Support for Extra Rows
* Conditional Fields Presentation
* Option for detailed view
* PRG Form processing
* Render specific parts separately (filters, titles, pagination, etc…)
* Conditional Fields Rendering
* jqGrid Rendering
* Open Flash Chart support