示例#1
0
文件: path.php 项目: 01J/furcom
 public static function getPath()
 {
     $instance = PhocaGalleryPath::getInstance();
     return $instance;
 }
示例#2
0
 function getPath()
 {
     $instance =& PhocaGalleryPath::getInstance();
     return $instance;
 }