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