コード例 #1
0
ファイル: Index.php プロジェクト: ziopod/tanuki-core
 /**
  * Return posts with pagination
  * 
  * @return array	list of post
  **/
 public function posts()
 {
     return Flatfile::factory('Post')->limit(5)->find_all();
 }