News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Quick Start Symfony DI (Dependency Injection) Tutorial
August 30, 2010 @ 12:59:46

On the Zend Developer Zone there's a recent post from Steven Lloyd Watkin giving you a quick start to a technique becoming more popular in the PHP development community - dependency injection.

Dependency injection is a technique that allows for loosely coupled objects within a software application. Generally if an object requires access to the functionality of another it would be instantiated internally leading to tightly coupled systems. By implementing dependency injection we inject the required objects ready for use (sometimes also referred to inversion of control - IOC).

He illustrates with an example showing the injection of DecisionParameters into a DecisionMaker object (rather than just passing the parameters in manually). He looks at frameworks and how it's handled there, specifically with the Symfony DI container. He includes example code of how to use it, configure it, pull information back out and, of course, how it can help in unit testing your code.

0 comments voice your opinion now!
dependency injection symfony tutorial framework container


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP Security Tip #16 (Keep Frameworks Up-to-Date)

Matthew Weir O'Phinney's Blog: Cgiapp2 Tutorial 2 - Pluggable Applications

Terry Chay's Blog: serialization without pity

DevShed: Building an ORM in PHP: Domain Modeling

9Lessons: Payment System with Paypal


Community Events











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


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

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