标签:style 大写 new 4.0 ret r文件 thinkphp auto 报错
ubuntu14.04 上加载OSS\OssClient() ;--->在vendor文件夹下的文件要用大写OSS 小写的报错 无法加载类库
Vendor(‘OSS.autoload‘);//引入文件 $accessKeyId = ""; $accessKeySecret = ""; $endpoint = ""; try { $ossClient = new \OSS\OssClient($accessKeyId, $accessKeySecret, $endpoint); } catch (OssException $e) { print $e->getMessage(); } var_dump($ossClient); } -->这么加载是正确的
ubuntu14.04上引入thinkphp5类库遇到的一个问题
标签:style 大写 new 4.0 ret r文件 thinkphp auto 报错
原文地址:http://www.cnblogs.com/shione/p/7103849.html