开发者

subforms in Zend

How su开发者_开发知识库bforms created in zend? Please explain with an example.


See the chapter on Subforms in the ZF Reference Guide:

$subForm = new Zend_Form_SubForm;
$subForm->addElements(
     // element configurations
);

$mainForm = new Zend_Form;
$mainForm->addSubForm($subForm, 'subformName');

Also see http://devzone.zend.com/search/results?q=zend+form

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜