コード例 #1
0
ファイル: PhotosService.php プロジェクト: hexcode007/yfcms
 /**
  * 单例对象
  * @return type
  */
 public static function instance($cache = true)
 {
     return parent::_instance(__CLASS__, $cache);
 }