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

KillerPHP.com: Two New Video Tutorials Posted

LineshJose.com: How To: Create A Simple CSS Compressor Using PHP

Lars Strojny's Blog: Dependency Injection Container Refactorings, Part One

Timothy Boronczyk's Blog: Geolocation Search

GoodPHPTutorials.com: SQL Injections in PHP with MySQL


Community Events











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


series zendframework2 api interview code language opinion introduction example development functional database release framework application podcast composer phpunit community testing

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