Пример #1
0
 public function edit()
 {
     $u = new Post_model($this->template, $this->router->query_string);
     $u->edit($this->router->id);
     $this->template->render("post_edit", "json");
 }