помощник zend View с несколькими методами?

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)

Мой вопрос: Может ли помощник представления содержать более одного метода? И могу ли я вызывать другие помощники представления из моего помощника?

спасибо

Luca

18
задан luca 13 May 2011 в 12:36
поделиться