News Feed
Jobs Feed
Sections




News Archive
Luis Atencio's Blog:
Dependency Injection in PHP
June 09, 2012 @ 10:55:36

On his Reflective Thought blog Luis Atencio takes a look at the current state of dependency injection in PHP and shares a simple refactor from non-DI to code that uses it as a service locator.

If you have worked with frameworks such as Spring or Google Guice, you will understand the power and flexibility that dependency injection provides your humongous code base. [...] One quick drawback that I see is that the stateless nature of PHP makes things like object containers not very practical.

He proposes a slightly different kind of dependency injection system, one more akin to what's provided in the Java world where annotation and reflection are components of the integration. He provides a code sample of how this would look and points to Java's JSR-330 standard for some of the annotation examples (like "@inject" or "@scope").

0 comments voice your opinion now!
dependency injection java suggestion container service resource


blog comments powered by Disqus

Similar Posts

PHPMaster.com: An Introduction to Dependency Injection, Service Locators & Factories (Part 1)

Giorgio Sironi's Blog: When to inject: the distinction between newables and injectables

Community News: Zend Framework Security Upgrade (Zend_XmlRpc XXE Issue)

Developer.com: Building a Geocoding Web Service

DreamInCode.com: Preventing PHP Mail(...) Header Injections


Community Events











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


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

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