コード例 #1
0
ファイル: PostsController.php プロジェクト: jdauie/bramble
 public function action_get_recent()
 {
     return $this->create_posts('recent', Posts::recent());
 }