Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在控制器中实例化的表单,现在我想在视图中呈现。
有没有办法呈现没有标签的字段(只有输入,选择.. html标签)?
$formelement = new Zend_Form_Element_Text('Name'); // _Textarea etc. $formElement->setDecorators(array('ViewHelper'));
这个装饰器将只渲染标签等