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