Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/06/2012, 20:49
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Modificar View Script - ZF 1.11

Y porque no le pasas el contexto directamente a initContext ?, si yo no recuerdo mal se podía hacer algo así:

Código PHP:
Ver original
  1. public function init()
  2. {        
  3.     $this->_helper->ajaxContext()
  4.                   ->addActionContext('index', 'xml')
  5.                   ->initContext('xml');
  6. }
__________________
http://es.phptherightway.com/
thats us riders :)