Bien lo coloque debajo en el Bootstrap, pero me sale el siguiente error:
Cita:
Fatal error: Uncaught exception 'Zend_Navigation_Exception' with message 'Invalid argument: Unable to determine class to instantiate' in /
el codigo quedo asi:
Código PHP:
$this->bootstrap('view');
$layout = $this->getResource('view');
$config = new Zend_Config_Xml(APPLICATION_PATH . '/configs/navigation.xml', 'nav');
$navigation = new Zend_Navigation($config);
Zend_Registry::set('Zend_Navigation', $navigation);