作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

... ... @@ -59,11 +59,13 @@ class CoaController extends AdminBaseController{
public function wzadd(){
$data = $this->request->param();
dump($data);die;
$shuju['title'] = $data['post']['post_title'];
$shuju['content'] = $data['post']['post_content'];
$shuju['fenlei'] = $data['post']['post_leibie'];
$shuju['time'] = time();
dump($shuju);die;
Db::name('docu_coa') -> insert($shuju);
$this -> success('添加成功',url('Coa/list',array('id',)));
}
... ...
... ... @@ -61,7 +61,7 @@
id="title" required value="" placeholder="请输入标题"/>
</td>
</tr>
<input type="hidden" name="post[post_id]" value="{$data.id}">
<input type="hidden" name="post[post_id]" value="{$data.id}" class="form-control">
<tr>
<th>内容</th>
<td>
... ...