Franz's Web Blog
Some notes on web development.
Wednesday, August 17, 2011
TIP: Retrieving bootrstap instance/Zend_Application using the front controller Zend Framework
$front = Zend_Controller_Front::getInstance();
$bootstrap = $front->getParam(
'bootstrap'
);
$resource = $bootstrap->getResource(
'viewSettings'
);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)