Ejemplo n.º 1
0
 public function watched()
 {
     // get watched posts - usually for display on the right column
     $u = new Post_Model($this->template, $this->router->query_string);
     $u->posts_watched();
 }