Esempio n. 1
0
 public function view_sureAdd()
 {
     $DetectStandardAct = new DetectStandardAct();
     $test = $DetectStandardAct->act_sureAdd();
     header('location:index.php?mod=nowSampleStandard&act=sampleStandardList');
     exit;
 }