I see a number of questions regularly about module bootstraps in Zend Framework, and decided it was time to write a post about them finally.
In Zend Framework 1.8.0, we added Zend_Application , which is intended to (a) formalize the bootstrapping process, and (b) make it re-usable.
One aspect of it was to allow bootstrapping of individual application modules -- which are discrete collections of controllers, views, and models.
The most common question I get...
Post new comment