Padraic Brady has posted part seven of his series on building a blogging application with the Zend Framework as a base.
This time he's working on the output of the entries - using Zend_View to standardize the look and feel.
In previous parts we've been using View Helpers without even noticing it.
Zend_Form doesn't generate forms by itself, rather it delegates most of the HTML generation to a set of View Helpers like Zend_View_Helper_Form.
The problem with...
Post new comment