Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/02/2012, 10:40
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: Menu y perfiles

Le estas haciendo getView al view..., deberia ser:

Código PHP:
Ver original
  1. $this->bootstrap('view');
  2. $view = $this->getResource('view');

o

Código PHP:
Ver original
  1. $this->bootstrap('layout');
  2. $layout = $this->getResource('layout');
  3. $view   = $layout->getView();

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)