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

Greg Beaver's Blog: Be careful of PEAR 1.4.4 and older installs when uninstalling a package

Wojciech Sznapka's Blog: Loosening dependencies with closures in PHP

Gonzalo Ayuso's Blog: How to protect from SQL Injection with PHP

Fabien Potencier's Blog: On PHP 5.3, Lambda Functions, and Closures

Jani Hartikainen's Blog: Using models as criteria objects for querying the database


Community Events











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


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

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