ZF-6293: class extending Module_Bootstrap has to implement run()
Description
A class, which extends Zend_Application_Module_Boostrap for use with Zend_Application_Resource_Module, has to implement the method run() defined in interface Zend_Application_Bootstrap_Bootstrapper, but the method is never called, so why implement?
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-17T05:25:55.000+0000
Zend_Application_Bootstrap_Bootstrap now implements run(), and Zend_Application_Module_Bootstrap inherits this.