Exemplo n.º 1
0
 public function reset()
 {
     $s = new Session_Model($this->template, $this->router->query_string);
     $s->reset();
     $this->template->render("reset_result", "json");
 }