Matthew O'Phinney notes today that the Zend_View_Enhanced and Zend_Layout components for the Zend Framework have
officially joined the core.
With these two components, you can now create some truly complex views for your application with relative ease. [...] By having these as a standard part of the library, there are now standard ways to perform these tasks -- meaning consistency between applications.
He gives some
brief examples of the use of the two newly included components: echoing out a DOCTYPE, adding a script to be loaded in the header and a more complex layout with a header, meta data, content and a footer section.
Matthew O'Phinney's Blog: Zend_Layout and Zend_View Enhanced components now in core - Read More...