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

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial: Parts 1-8 Revisited

Alexander Netkachev's Blog: How to use Zend Framework Controller/Action approach?

Community News: The Pipeline Project (MVC-based Framework)

Zend Developer Zone: Zend Framework Survey for 2009

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


Community Events











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


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

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