예제 #1
0
 public function watch()
 {
     $u = new Post_model($this->template, $this->router->query_string);
     $u->watch($this->router->id);
     $this->template->render("watch_post_result", "json");
 }