News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
A Simple Resource Injector for ZF Action Controllers
March 22, 2010 @ 15:17:50

Matthew Weier O'Phinney has posted an answer to a request a fellow PHP community member had about using bootstrap resources in actions in your Zend Framework application. This post shows how it can be done in a proof of concept.

Basically, he'd like to see any resource initialized by the bootstrap immediately available as simply a public member of his action controller. So, for instance, if you were using the "DB" resource in your application, your controller could access it via $this->db. I quickly drafted up a proof of concept for him using an action helper.

The resource injection helper extends the Zend_Controller_Action_Helper_Abstract and allows you to name the resources you'd like pushed into the controller as a part of the bootstrap process. There's an issue with the approach, though - lack of controller over what's actually injected so he modified it to push the dependency list in from the controller rather than limiting it to the bootstrap.

0 comments voice your opinion now!
zendframework resource injection action controller


blog comments powered by Disqus

Similar Posts

Ivo Jansch's Blog: My First Mashup

Rob Allen's Blog: File uploads with Zend_Form_Element_File

ElectricToolBox.com: Method chaining with PHP

Carl Vuorinen: Controller testing with database fixtures in Zend Framework

Rob Allen's Blog: Modules (Zend Framework)


Community Events











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


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

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