News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
PHP Dependency Injection Creates More Maintainable Code
May 02, 2011 @ 09:52:05

On PHPBuilder.com Jason Gilmore has posted a new article looking at the benefits of dependency injection in helping you keep your code more maintainable and well-structured.

Of course, the advantages of object-orientation can only be fully exploited when implemented in conjunction with best practices such as encapsulation and inheritance. One such "implementational" best practice is dependency injection, a design pattern that facilitates the decoupling of otherwise dependent components. [...] Save yourself the trouble and decouple components using dependency injection.

He gives an example of how a simple dependency injection (DI) method on an "Account" class to take the database connection dependency out of the actual class and into an encapsulated object. This way, any sort of standardized database object can be passed in and acted upon. He also mentions two dependency injection containers you could use to help you implement it - Symfony's and Pimple.

0 comments voice your opinion now!
maintainable code dependency injection tutorial


blog comments powered by Disqus

Similar Posts

IBM developer Works: PHP and RSS: Getting it together

Zend Developer Zone: Using Zend_Tool to start up your ZF Project

Jonathan Snook's Blog: Multiple Validation Sets in CakePHP 1.2

Geeks Not Nerds Blog: Rolling your own Blog Backend from Scratch Part 1

DevShed: Authentication Scripts for a User Management Application


Community Events











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


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

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