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