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