Tag Archives: zend_layout
Selectively Adding CSS with Zend_Layout
This video outlines a little trick I’ve found immensely helpful in larger applications: managing your css selectively. Luckily, the Zend Framework is built with some great features for handling this case using Zend_View and Zend_Layout. Enjoy! Grab a copy of the project or browse the repository.
Using Blueprint CSS with Zend
This video looks at the HeadLink view helper and how blueprint can easily be integrated into an existing zend_layout.
Adding an XHTML Strict Doctype and CSS File the Zend Way
Using zend_layout, a CSS file and doctype will be set through some helpful tools provided in the Zend Framework.
Creating Zend_Controllers
The last video in a series showing how to setup the Zend Framework from scratch. This video goes through the steps required to create a Zend_Controller for handling error reporting as well as creating the main IndexController. Zend_Layout is also briefly mentioned as part of the MVC setup.
