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
This is an extensive framework package that implements the MVC (Model-View-Controller) design pattern.
It features:
- Actions and action-chains
- The ability to call to other actions or action-chains from an action-chain,
- Pre and post-actions with exceptions,
- Validators for simple forms
- Client side validators
- Support for DB settings in framework
- Support for DB connections
- Support for template systems such as web.template and Smarty
- A router for mapping URLs
- Tokens
- Authorization frames
- AJAX
- Session DB handler (you can use it if you need it)
This package is a full stack Web application framework with MVC.
It provides different types of components to build Web applications in PHP performing tasks like mapping URLs into actions, dispatching actions to controllers, implementing models to access objects in databases, view helpers, access data in sessions and cookies, retrieve localized application texts, handle errors, output debug information, etc..