コード例 #1
0
ファイル: plink.php プロジェクト: ecomotion/pollencms
 function PLink($strPath)
 {
     parent::PPage($strPath);
     $strContent = file_get_contents($this->path);
     $this->oLinkedPage = getFileObjectAndFind(PAGES_PATH . SLASH . $strContent);
 }
コード例 #2
0
ファイル: ppagemodel.php プロジェクト: ecomotion/pollencms
 function PPageModel($strPath)
 {
     parent::PPage($strPath);
 }