示例#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');
 }