コード例 #1
0
ファイル: categories.php プロジェクト: justinnjoh/trackeros
 public function manage()
 {
     $u = new Category_model($this->template, $this->router->query_string);
     $u->manage($this->router->id);
     $this->set_view("manage");
     $this->template->render(null, "html");
 }