Eliminating Module Dependencies with Interfaces in ZF2
September 23, 2012 by Bo Andersen
Avoiding hard coded dependencies is something the PHP community is still trying to grasp. The use of OOP tools such as interfaces are still making its way into the PHP programmers’ minds. Luckily, Zend Framework 2 makes both approaches possible when it comes to loading modules with the Module class.