コード例 #1
0
ファイル: ptextfile.php プロジェクト: ecomotion/pollencms
 function PTextFile($strPath)
 {
     parent::PFile($strPath);
 }
コード例 #2
0
ファイル: pimage.php プロジェクト: ecomotion/pollencms
 function PImage($strPath)
 {
     parent::PFile($strPath);
 }