Return to Snippet

Revision: 34250
at October 19, 2010 22:34 by Roen


Initial Code
$name = 'multiDb'; //example
$bootstrap = $this->getFrontController()->getParam('bootstrap');
$resouce = $bootstrap->getResource($name);

Initial URL
zend-framework-bootstrap-resources

Initial Description


Initial Title
Zend Framework: Get bootstrap resources in controller

Initial Tags


Initial Language
PHP