我正在尝试在 Code Igniter 中创建一个名为 EMPLOYEES_id 的隐藏字段。我查看了文档并关注了它们,但是该领域并没有进入。
我的代码如下..
<?php $EMPLOYEES_id = array('EMPLOYEES_id' => $message[0]->EMPLOYEES_id); ?>
<?php $attributes = array('class' => 'well form-horizontal');?>
<?=form_open('messages/create', $attributes, '',$EMPLOYEES_id)?>
该字段未出现在我的表单中。我假设这是因为一个额外的数组被添加到form_open