インデックスページの変更リンク
<div><a href="{:url('admin/broadcast/update',['id'=>$v['id'] ])}">変更</a></div>
jquery
$(function(){
$('#upda ').click (function(id){
var id = $(this).attr('id'); '投稿',
URL: "{: url ('admin/" Broadcasting/ update')} ",
データ: $ ('#form').Serialize (),
dataType:'json',
alert("成功") ;
public function update(){
$id=$this->request->get('id');
print_r($id);
if($this->request->isPost()){
$post=$this->request->post();
table('tplay_broadcast')-> where('id',$id)->update($post); 'tplay_broadcast')->where('id',$id)- >find();
$this->assign('data',$data);
return $this->fetch();
}
}
フロント エンドに値を割り当てた後、フロント エンドで使用される <textarea value={data.name}> にはここ </textarea> の値と山括弧内の値を割り当てる必要があるため、解決しました。バックエンドが認識するものです
質問の意味がわかりません。写真を提供していただけますか?