我不建议帮助者.我只是扩展表单元素类,构建我的元素并以我需要的任何形式添加它.
class Project_Form_Element_PhoneNumber extends Zend_Form_Element
{
//look at the Zend_Form_Element class, it gives you most of the infrastructure
//look at how shipped elements are built on top of that class
}
Run Code Online (Sandbox Code Playgroud)