News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Module Bootstraps in Zend Framework Do's and Don'ts
March 12, 2010 @ 14:48:22

Matthew Weier O'Phinney as a new post to his blog today looking at a few "do's" and "dont's" when it comes to working with module boostraps in your Zend Framework applications - an apparently somewhat confusing topic for several developers out there.

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.

He talks briefly about why module boostraps are run on every request (getting into some detail on Zend_Application), how you can properly set up your boostrapping process and how you can use plugins to initialize only the things you might need and, as he openly admits, that there's just not a really good way to handle this sort of module funcionality.

0 comments voice your opinion now!
zendframework module bootstrap zendapplication


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: How to avoid Identity Theft in Zend Framework with Zend Auth

Padraic Brady's Blog: The PHPSpec Zend Framework App Testing Manifesto: ZF Integration

Zend Developer Zone: Zend Framework 1.7.0 is now available

Daniel Cousineau's Blog: Zend Framework Module Init Script (Controller Plugin)

Spindrop.us: Creating, Updating, Deleting documents in a Lucene Index with symfony


Community Events











Don't see your event here?
Let us know!


code zendframework2 interview series unittest framework introduction podcast opinion community functional release tool conference example testing language development composer object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework