コード例 #1
0
ファイル: Page.class.php プロジェクト: DeltaWolf7/Arc
 public static function getAllPages()
 {
     $page = new Page();
     return $page->getCollection(["ORDER" => ['sortorder' => 'ASC']]);
 }