View Helpers in Zend Framework
by weierophinney |
6 comments | Monday, April 28, 2008
Views in MVC are allowed to communicate with the Model (using read-only operations), and are allowed to perform display-related logic. That said, how do you actually access the model? And what if you have some fairly complex logic that you may need to repeat, or which you may not want to display directly in the view in order to keep it clean and easy to read? In Zend Framework, the answer is to use View Helpers.
Zend Framework's MVC Introduces the ViewRenderer
by weierophinney |
4 comments | Friday, May 25, 2007
One of my roles at Zend is as a Zend Framework developer, and as such, I'm the lead developer on the MVC components. Yesterday, I committed a change to core in preparation for the 1.0.0RC1 release that, while breaking backwards compatability slightly, will also greatly simplify the integration between the controller and view components.
Complex Views in the Zend Framework
by Cal Evans (editor) |
0 comments | Thursday, May 3, 2007
Padraic Brady has been posting a fascinating series of articles on his blog about complex views in the Zend Framework. If you are working with the Zend Framework or you are interested in a deep discussion about M-V-C then you’ll want to spend a lunch hour digesting these four articles.
Ben Ramsey Posts Zend Framework View Notes
by Cal Evans (editor) |
0 comments | Thursday, April 5, 2007
Ben Ramsey has been working with the Zend Framework lately and has posted his notes on some new functionality in Zend_View for all to share.
Automating Amazon research with the Zend Framework
by Cal Evans (editor) |
0 comments | Thursday, July 20, 2006
