예제 #1
0
 public function showDetailLogAction()
 {
     require $_SERVER['DOCUMENT_ROOT'] . '/school' . '/model/studentInfoItem.php';
     $item = new studentInfoItem();
     $req[0] = array('key' => 'Stu_ID', 'Stu_ID' => $res['Stu_ID']);
     $arg = array('Stu_name');
     unset($res['Stu_ID']);
     $res['Stu_name'] = $item->search(req, arg);
 }