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)
我的問題是: Can一個視圖助手包含多個方法嗎?我可以從我的助手中調用其他視圖助手嗎?zend視圖助手有多種方法?
感謝
盧卡
感謝好友問這個 – 2013-01-17 10:43:42