News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Do you need a Dependency Injection Container?
March 30, 2009 @ 11:13:48

Following up on the previous part of his dependency injection series (the first part), Fabien Potencier has come back with this second look at the development technique asking if you really need a dependency injection container in your scripts.

In the first installment of this series on Dependency Injection, I have tried to give concrete web examples of Dependency Injection in action. Today, I will talk about Dependency Injection Containers. First, let's start with a bold statement: Most of the time, you don't need a Dependency Injection Container to benefit from Dependency Injection.

A dependency injection container is a wrapper around classes/libraries that need certain types of objects and settings to make them work correctly. This wrapper gathers together the information the object inside needs automatically without the user of the library having to worry they've missed something. Several code examples are included showing an application both with and without the container.

0 comments voice your opinion now!
dependency injection container need requirements object library


blog comments powered by Disqus

Similar Posts

Sam Hennessy's Blog: A Dependency Injection for PHP Manifesto - Part 0 (Preface)

PHPBuilder.com: Pro PHP Security / Preventing SQL Injection, Part 3

Douglas Brown's Blog: Three Important Tips to Write PHP Code Defensively

Paul Jones' Blog: Solar 0.21 and 0.22 released in quick succession

Kevin Schroeder's Blog: My first stab at the Dependency Injection Container in Zend Framework 2


Community Events











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


podcast phpunit functional rest database unittest community interview framework release introduction language zendframework2 conference development testing series opinion usergroup symfony2

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