Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Zend_Controller_Action, Now With Parameters!
Dec 31, 2007 @ 15:15:48

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.

tagged: tutorial zendframework controller action parameter tutorial zendframework controller action parameter

Link:


Trending Topics: