Using Bootstrap
Add this to your Boostra.php file:
You can fetch the config wherever you want using:
$config = Zend_Registry::get("config");Loading from Front controller
From a View action:
From outside the controller:
$config = Zend_Registry::get("config");Loading from Front controller