|
Project Information
Members
Featured
Downloads
Wiki pages
|
Gecko ToolboxA PHP Toolbox based on Zend Framework, it provides some components and features to ease RAD, also has a custom implementation of MVC Pattern for programming, but it's 100% compatible with Zend Framework and Zend MVC. FeaturesIt extends Zend Framework proving the following elements:
ExtensibilityAlmost all of the classes in the toolbox can be extended, and all elements can accept custom elements provided you use the interfaces provided, for example you can create custom filters and register them for the Request module. You can create custom DataSources and use DataGrid to show them in a table, use custom Cell Renderers, or Grid Formatters to display data in the grid, or have custom columns. The form elements are independent you can create a text control add validators and validate user input, or you can use the Form control to add several controls and validate them, and render user errors using a template. In the wiki examples will be uploaded to use the controls, and using the MVC system if you want to try another MVC pattern for organizing your code. This Toolbox is a extension of Zend Framework, it's not a complete Framework so if you want to try the examples you need to download the latest version of Zend Framework. |