コード例 #1
0
 public function SchoolManager()
 {
     parent::requireSchoolManager();
     $this->layout = "";
     $this->view = "index";
     $this->set('type', "3");
 }