コード例 #1
0
ファイル: Page.php プロジェクト: ceko/concrete5-1
 public function loadDetails()
 {
     $db = Loader::db();
     $row = $db->GetRow('select cID from gaPage where gaiID = ?', array($this->getGatheringItemID()));
     $this->setPropertiesFromArray($row);
     $this->page = Page::getByID($row['cID'], 'ACTIVE');
 }