我是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.
请帮忙吗?感谢
答案 0 :(得分:0)
使用
包含库文件UIGraphicsBeginPDFPageWithInfo
这包括代码中的库代码文件。