Ver Mensaje Individual
  #22 (permalink)  
Antiguo 14/07/2010, 13:29
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: Zend, ¿cómo capturar la salida de un render?

Porque no usas el helper para eso?
Código PHP:
Ver original
  1. $view->headMeta()->appendName('Content-type', 'text/html; charset=utf-8');
  2. $view->headMeta()->appendHttpEquiv('Content-Type', 'text/html; charset=utf-8');

Para el CSS puedes usar
Código CSS:
Ver original
  1. @CHARSET "UTF-8";

Saludos.