Ver Mensaje Individual
  #10 (permalink)  
Antiguo 13/02/2012, 12:05
sergiop21
 
Fecha de Ingreso: diciembre-2008
Mensajes: 805
Antigüedad: 15 años, 5 meses
Puntos: 20
Respuesta: Menu y perfiles

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);