Tag Archives: Zend
Getting Started with the Zend Framework and WAMP Server
This Father’s day, zendcasts is doing 2 videos back to back! There’s been a bit of talk in the comments about how to setup the Zend Framework on Windows. Thankfully, Tawfek Daghistani took some initiative and put together this short piece on setting up WAMP Server with Zend. For a first time doing a screencast,…
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.
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.
Make an index file for a Zend Framework project
This video covers the code found in the Zend Quickstart guide for creating the bootstrap file. I create the index.php file which will handle all the browser requests to the Zend Framework.
