ifタグの判定が機能しないのはなぜですか? ?オンラインで解決して待ちます
public function editstudent(){
$db=M('students')
if(IS_POST){
$stu_id=I('stu_id');
$stu_name=I('stu_name) ');
$cla_id=I('cla_id');
$data=array('stu_name'=>I('stu_name'),'cla_id'=>I('cla_id'); =$db->data($data)->where('stu_id='.$stu_id)->save();
if($id){
$this->success('生徒は正常に変更されました','liststudent');
}else{
$this->error('生徒の変更に失敗しました')
}
}else{
$stu_id=I('stu_id'); ->find($stu_id);
//dump($arr);
$n=M('classs'); $n->select();
//dump($arra);
$this->display();
< ;meta http-equiv="content-type" content="text/html;charset=utf-8">