index頁面的修改連結
<div><a href="{:url('admin/broadcast/update',['id'=>$v['id'] ])}">修改</a></div>
update頁面的jquery
## $(function(){ $('#upda ').click(function(id){ var id = $(this).attr('id');# type: 'post', url: "{:url('admin/broadcast/update')}",# dataType:'json',
success.e==200;
## alert("成功"); } }); ate方法 public function update(){ $id=$this->request->get('id'); print_r($id);($id);
if($this->request->isPost()){ $post=$this->request->post();## table('tplay_broadcast')->where('id',$id)->update($post);
}else{
}else{
'tplay_broadcast')->where('id',$id)->find();
$this->assign('data',$data);
return $this->fetch();
}
}
################################################################
已解決,是因為賦值前端後,前端使用的<textarea value={data.name}>應該將值賦予這裡</textarea>,尖括號內的是後端看的
沒看明白你的問題, 可以有圖嗎?