/ Published in: PHP
referenced: [stack overflow](http://stackoverflow.com/questions/3325481/zend-framework-get-bootstrap-resource-from-anywhere-in-application/3328384#3328384)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$bootstrap = Zend_Controller_Front::getInstance()->getParam('bootstrap'); $resource = $bootstrap->getResource('whatEver')