ZF-6236: Zend_Application->bootstrap('db') does not work
Description
According to the documentation I should be able to call $application->bootstrap('db'); but the bootstrap function on the application has no parameters.
You could call this on your bootstrap class, so then the code would change to: $application->getBootstrap()->bootstrap('db');
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-17T05:22:39.000+0000
This is fixed in current trunk.