Page 1 of 1

Dependency Injection

PostPosted: Tue Dec 04, 2012 11:04 pm
by beniston
DI (Dependency Injection) is becoming an important concept of programming.

Its possible with PHP too. It is recommended that the project which needs long term maintenance work needs to use this in order to have ease of maintanance.

http://net.tutsplus.com/tutorials/php/d ... on-in-php/

The frameworks like Zend and Symphony supports DI in their frameworks.