开发者

Zend Framework [Forms] - How to make an array of form elements (textbox)?

How can I achieve the ff. in zend using zend form:

<input type="text" name="list[]" />
<inpu开发者_Go百科t type="text" name="list[]" />


you can do this with:

Zend_Form::setElementsBelongTo($array):

For more information visit:

http://framework.zend.com/manual/en/zend.form.advanced.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜