Exemple #1
0
 function PLink($strPath)
 {
     parent::PPage($strPath);
     $strContent = file_get_contents($this->path);
     $this->oLinkedPage = getFileObjectAndFind(PAGES_PATH . SLASH . $strContent);
 }
Exemple #2
0
 function PPageModel($strPath)
 {
     parent::PPage($strPath);
 }