Example #1
0
 public function action_get_category($name)
 {
     return self::create_posts("category » {$name}", Posts::category($name));
 }