Ver Mensaje Individual
  #9 (permalink)  
Antiguo 15/06/2012, 13:45
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Duda al realizar un mapa con google maps api v3

Con que hagas algo así:
Código PHP:
Ver original
  1. $this->_helper->viewRenderer->setNoRender(true);
  2. $this->_helper->layout->disableLayout();
  3.  
  4. $this->_response->setHeader('Content-Type', 'text/xml; charset=utf-8')->setBody($xmlfile);

Saludos.