class My_View_Helper_Gender extends Zend_View_Helper_Abstract
{
public function Gender()
{
//
}
}
"The class method (Gender()) must be named identically to the concliding part
of your class name(Gender).Likewise,the helper's file name must be named
identically to the method,and include the .php extension(Gender.php)"
(Easyphp websites J.Gilmore)
Mi pregunta es: ¿Puede Un ayudante de vista contener más de un método y puedo llamar a otros ayudantes de vista desde el interior de mi ayuda?zend view helper con métodos múltiples?
gracias
Luca
gracias amigo preguntando –