如何在"供应商"来自" webroot"中的类的目录目录 - Cakephp

时间:2017-06-19 18:02:12

标签: php cakephp composer-php rollbar

我是cakephp中的新手,我想在extern类(存在于webroot目录中)中使用一些方法(在供应商目录中存在的类中实现,我用composer获取)。

我试图使用:

use Rollbar\Rollbar;
//some code  
Rollbar::init($config) //line 23 

但是它显示了以下错误:

PHP Fatal error:  Uncaught Error: Class 'Rollbar\Rollbar' not found in C:\xampp\htdocs\projectX\webroot\classX.php:23.

请帮忙吗?感谢

1 个答案:

答案 0 :(得分:0)

使用

包含库文件
UIGraphicsBeginPDFPageWithInfo

这包括代码中的库代码文件。