ZF example part 9: Exploring Zend_View and Displaying Blog Entries
Wednesday, May 28th, 2008Just noticed that new part of biggest tutorial of Zend Framework was launched some time ago. In this part author shows how to display blog entries.
With the release of Zend Framework 1.5, the Zend_View component received a long overdue boost in its functionality. It is now no longer a simple template engine, but a powerhouse of features intent on making the dynamic generation of a View as simple and as flexible as possible. This update introduced a few new concepts along with existing ones which form the backbone of the changes. The main ones are as follows:
How usual code snippets are detailed and commented so code reading is very easy.