Tema
:
problemas con la libreria fpdf.php en zend
Ver Mensaje Individual
#
8
(
permalink
)
02/12/2011, 10:57
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: problemas con la libreria fpdf.php en zend
Si tienes un layout activado también tienes que desactivarlo:
Código PHP:
Ver original
$this
->
_helper
->
ViewRenderer
->
setNoRender
(
true
)
;
$this
->
_helper
->
Layout
->
disableLayout
(
)
;
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV