Dependency Injection

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.
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.