Archives for: "November 2010"

Zend Framework Admin Form extension of Zend_Dojo_Form

The objective of this class is to provide a foundation class for admin forms which provides the following: Security - a hash input is used. It must return to the server with the same value sent to the client. Multi-form pages - this class prefixes… more »

Zend Framework Regex Routing Example

This ini snippet divides the URL into module, controller, and action, including an optional id. If no id is specified, a 0 (zero) is sent. resources.router.routes.common.type = "Zend_Controller_Router_Route_Regex" resources.router.routes.common.rout… more »