PhpRiot
Follow phpriot on Twitter
Sponsored Link
News Archive
PhpRiot Newsletter
Your Email Address:

More information

Zend Framework application.ini Cheat-Sheet

Note: This article was originally published at Planet PHP on 3 February 2012.
Planet PHP

With the release of Zend Framework 1.8 came the long awaited component for bootstrapping a Zend Framework application. Many different bootstrapping-solutions became obsolete with Zend_Application.


In the beginning of the framework most developers didnA't give much thought on bootstrapping. Most of the initialisation work was done directly in index.php, the central starting point of the application. Teams often moved that bootstrapping code to a separate configuration script. The solution worked, but many people wanted a more standardised process for application initialisation.



Continue reading "Zend Framework application.ini Cheat-Sheet"