News Articles Tutorials Links Dictionary
  Saturday November 22, 2008



 
 Zend Developer Zone: Zend_Controller_Action, Now With Parameters!
PHPDeveloper.org

On the Zend Developer Zone a new post points out feature that the controllers of the Zend Framework has - parameters on the actions.

Basically, Zend_Controller_Action is the parent of all of the controllers in your application. This controller is what C stands for in MVC, a design pattern used lately in web application development, especially in RIA development.

The post includes a tutorial on using the parameters in an example of a design pattern.