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