Ejemplo n.º 1
0
 public function index()
 {
     $u = new Post_model($this->template, $this->router->query_string);
     $u->index($this->router->id);
     $this->set_view("index");
     $this->template->render(null, "html");
 }