예제 #1
0
 public function oldStulist()
 {
     $student = new StudentModel();
     $student_res = $student->findAll();
     $this->assign("student_res", $student_res);
     $this->display();
 }