>From the examples in the document, it looks like Zend_Config is initialized
in the root index.php file. Now how do I access this instance from my
controller?

class FooController extends Zend_Controller_Action
{
    public function indexAction()
    {
        // I need my $config!!!!
    }
}
-- 
View this message in context: 
http://www.nabble.com/Where-is-my-Zend_Config----tp24926984p24926984.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to