May 29th, 2009
Zendcasts has now moved to 1.8.2! This video covers setting up a Zend Framework perspective in Zend Studio for Eclipse as a well as using Zend_Tool to get a project structure up and running. The second half of the video covers setting up Zend_Layout and a typical Zend MVC structure. Source code is available on Google Code or downloadable here. Enjoy!
Topics: zend_layout, zend_mvc |
Tags: Zend_Tool Bootstrapping MVC Zend_Layout 1.8
Posted in zend_layout, zend_mvc |
19 Comments »
January 7th, 2009
Using zend_layout, a CSS file and doctype will be set through some helpful tools provided in the Zend Framework.
Topics: zend_layout, zend_mvc |
Tags: css, doctype, xhtml, zend_layout
Posted in zend_layout, zend_mvc |
4 Comments »
December 31st, 2008
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.
Topics: zend_controller, zend_layout, zend_mvc |
Tags: errorhandling, mvc, quickstart, Zend, zend_controller, zend_layout
Posted in zend_controller, zend_layout, zend_mvc |
20 Comments »
December 23rd, 2008
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.
Topics: zend_mvc |
Tags: bootstrapping, index, quickstart, Zend
Posted in zend_mvc |
13 Comments »