コード例 #1
0
ファイル: Page.php プロジェクト: bchhun/bzion
 /**
  * Get a list of enabled pages
  * @return Page[] A list of Page IDs
  */
 public static function getPages()
 {
     return self::arrayIdToModel(parent::fetchIdsFrom("status", array("live"), "s"));
 }