3.2.1加载Snoopy出错

浏览:1397 发布日期:2014/07/31 分类:求助交流 关键字: thinphp3.2.1 第三方类库 Snoopy
namespace Craw\Controller;
use Think\Controller;

header("Content-type: text/html; charset=utf-8");

class IndexController extends Controller {
    public function index(){
        vendor('Vendor.Snoopy.Snoopy');
        $snoopy=new \Snoopy();
        $this->display();
    }

Class 'Snoopy' not found
最佳答案
评论( 相关
后面还有条评论,点击查看>>