News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Fabien Potencier's Blog:
What is Dependency Injection?
March 27, 2009 @ 11:16:10

Fabien Potencier has posted a look at dependency injections - what they are and how they can effect your code (usually for the good).

Dependency Injection is probably one of the most dead simple design pattern I know. And odds are you have probably already used Dependency Injection. But it is also one of the most difficult one to explain well. I think it is partly due to the nonsense examples used in most introductions to Dependency Injection. I have tried to come up with examples that fits the PHP world better. As PHP is a language mainly used for web development, let's take a simple Web example.

His example uses a session variable, setting it to a language preference and wrapping a class around it to handle the getting and setting. The dependency injection comes in when he adds a SessionStorage class into the mix, a tool that could change the place and method where that session information is held. He suggests that the best place to set these kinds of dependencies is usually the constructor but it can be done as a setter or property injection too. It just depends on the need for the script at the time.

0 comments voice your opinion now!
dependency injection setter property constructor designpettern example




Community Events





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


test series opinion framework podcast api interview unittest community phpunit symfony2 component application release development introduction custom security language conference

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