If you need to access another resource in the bootstrap, you first ensure that the method loading the required resource has been run, then simply fetch it:
$this->bootstrap('cachemanager');
$cache = $this->getResource('cachemanager');
--
View this message in context:
http://n4.nabble.com/Getting-resources-in-bootstrap-tp1678226p1678237.html
Sent from the Zend Framework mailing list archive at Nabble.com.
