News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Quick Start to Zend_Application_Bootstrap
January 12, 2010 @ 09:20:59

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, Zend_Application_Bootstrap provides for dependency tracking (i.e., if one resource depends on another, you can ensure that that other resource will be executed first), and acts as a repository for initialized resources.

Matthew gets right into the code, looking at how to create a simple bootstrap (for the "zf" command line tool to make the project) and the contents of the application.ini file. From there he looks at creating resources - bits of code that can be executed as a part of your bootstrapping process. His example shows the implementation of "_initCurrency" and "_initRegistry" methods.

0 comments voice your opinion now!
zendapplication bootstrap quickstart resource


blog comments powered by Disqus

Similar Posts

Luis Atencio's Blog: Dependency Injection in PHP

ScreenFony.com: Work with bootstrap, assetic and less

Pádraic Brady's Blog: One insecure PHP app too many?

Gennady Feldman's Blog: PHP Getting Started Videos and resources

Rob Allen's Blog: Using your own View object with Zend_Application


Community Events











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


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

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