Matthew Weier O'Phinney has a recent post to his blog giving a quick introduction to the Zend_Application component of the Zend Framework and how it can be used to create custom resources.
Zend_Application works in conjunction with Zend_Application_Bootstrap, which, as you might guess from its name, is what really does the bulk of the work for bootstrapping your application.
It allows you to utilize plugin bootstrap resources, or define local bootstrap resources as class methods.
[...] Additionally,...
Post new comment