News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
What problem does dependency injection solve?
February 20, 2012 @ 09:37:15

In his latest post Rob Allen seeks to answer the question "what problem does dependency injection solve?":

Zend Framework 2 comes with a dependency injection container (DIC), as does Symfony 2 and Aura, along with many other PHP frameworks that target PHP 5.3 or hight nowadays. This article attempts to explore the problem that a DIC tries to solve.

He gives an example (somewhat based on the same structure of his Zend Framework tutorial) showing how you could use DI to inject the Artist object into the Album object. This allows for more flexibility if more Artist types are added (extending the main Artist, of course). His second example shows how to use a DIC to hold album information.

0 comments voice your opinion now!
dependency injection tutorial example container artist album


blog comments powered by Disqus

Similar Posts

James Fuller's Blog: Adding a Session Flash Message to your site in Lithium PHP

Insidesigns Blog: Create a scalable private messaging application using PHP5

DevShed: Completing an Extensible Website Engine with PHP 5

DevShed: Refactoring the MySQL Abstraction Class with the Active Record Pattern

Ibuildings techPortal: Keyboard Enabling Web Applications


Community Events











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


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

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