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.
コントローラーでインスタンス化したフォームがあり、ビューでレンダリングしたいと考えています。
ラベルなしでフィールドをレンダリングする方法はありますか (input、select.. html タグのみ)?
$formelement = new Zend_Form_Element_Text('Name'); // _Textarea etc. $formElement->setDecorators(array('ViewHelper'));
このデコレータは tag などのみをレンダリングします