Example #1
0
 public function action_get_page($slug)
 {
     return $this->create_page(Posts::page($slug));
 }