Zend Form和自己的输入

时间:2013-11-11 19:18:28

标签: php zend-framework zend-form

我使用Zend Form创建表单,但我想在<form></form>之间添加自己的输入。 可能吗 ?示例代码:

$form = new Form_file()
$table = new DataTables();
$table->add('id');
....
$table->add('input type="checkbox" name="f" value="1"');
$this->view->form = $form;

如何使用Zend Form将DataTables添加到表单中?

0 个答案:

没有答案