Make an index file for a Zend Framework project
Category: Web Development > PHP      Posted: 02 Aug 09

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.

Writing a bootstrap file
Category: Web Development > PHP      Posted: 02 Aug 09

Setting up a bootstrap.php file as part of a Zend Framework MVC structure. I also cover the preliminary steps in setting up a Zend Framework project in NetBeans.