Esempio n. 1
0
 public function add()
 {
     $u = new Comment_model($this->template, $this->router->query_string);
     $u->add();
     $this->template->render("add_comment_result", "json");
 }