keith Pope-4 wrote: > > > I think you may need to put an empty module bootstrap in your admin > module: > >>>> -- modules >>>> -- admin >>>> -- controllers >>>> -- views > Bootstrap.php >>>> -- other-module >
Thx, my problem was that i had class Admin_Boostrap extends Zend_Application_Bootstrap_Bootstrap insteadof Zend_Application_Module_Bootstrap :) -- View this message in context: http://www.nabble.com/Bootstrap-and-modules-again-tp24335501p24353355.html Sent from the Zend Framework mailing list archive at Nabble.com.
