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

Nick Lo's Blog:
Custom View Helpers in Zend Framework
Jun 28, 2006 @ 11:23:35

On his blog, Nick Lo has posted a brief tutorial showing how to use custom view helpers with the Zend Framework.

Currently the framework (version 0.1.3) includes a small selection of form helpers which will no doubt expand as it matures. For now I'm more interested in the ability to add custom helpers for specific project use.

He shows both the code and the directory structure to implement these custom view helpers, including a cuationary note about how the View helper should be named to get things to play nice together.

tagged: custom view helpers zend framework subclassing controller custom view helpers zend framework subclassing controller

Link:

Nick Lo's Blog:
Custom View Helpers in Zend Framework
Jun 28, 2006 @ 11:23:35

On his blog, Nick Lo has posted a brief tutorial showing how to use custom view helpers with the Zend Framework.

Currently the framework (version 0.1.3) includes a small selection of form helpers which will no doubt expand as it matures. For now I'm more interested in the ability to add custom helpers for specific project use.

He shows both the code and the directory structure to implement these custom view helpers, including a cuationary note about how the View helper should be named to get things to play nice together.

tagged: custom view helpers zend framework subclassing controller custom view helpers zend framework subclassing controller

Link:


Trending Topics: