Tema
:
Problema al agregar un helper
Ver Mensaje Individual
#
3
(
permalink
)
11/02/2011, 10:10
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Respuesta: Problema al agregar un helper
Tu helper debería de tener un método algo así:
Código PHP:
Ver original
public
function
htmlHead
(
)
{
return
$this
;
}
Para que puedas llamar después a $this->htmlHead()->css();
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV