Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/06/2011, 05:12
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 4 meses
Puntos: 845
Respuesta: Problemas con Forms tras pasar a organización modular

Si lo estas sobrescribiendo, hace poco a otro usuario le ocurría lo mismo, te dejo la referencia, http://www.forosdelweb.com/f68/llama...layout-923258/, tu método _iniViewHelpers, debería ser:

Código PHP:
Ver original
  1. protected function _initViewHelpers()
  2. {
  3.     $this->bootstrap('view');
  4.     $view = $this->getResource('view');
  5.     $view->doctype('XHTML1_STRICT');
  6.     $view->headMeta()->appendHttpEquiv('Content-Type', 'text/html;charset=utf-8');
  7.     $view->headMeta()->appendHttpEquiv('Content-Language', 'es-ES');
  8.     $view->headMeta()->appendHttpEquiv('Cache-Control', 'no-cache');
  9.     $view->headTitle()->setSeparator(' - ');
  10.     $view->headTitle('Personas');
  11. }

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