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.
要素の一部が削除された、既に作成された Zend Form 要素オブジェクトを再初期化するにはどうすればよいですか?
$form = new My_Header() //My_Header class extends Zend_Form $form->removeElement('id'); $form->removeElement('first_name');
いくつかの行の後、$formこれらのフィールドを元に戻す必要があります。
$form