我有一个控制器在类中调用静态方法,我收到此错误:
[2015-03-02 08:03:13] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'Main' not found' in D:\xampp\htdocs\motahida\app\controllers\DownloadWidgetController.php:31
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
班级Main,位于:
D:\xampp\htdocs\motahida\app\controllers\haxe\bin\lib\Main.class.php
我称之为:
Main::unzip("amjadTest.zip", "file out put", "");
来自DownloadWidgetController
的来自
D:\xampp\htdocs\motahida\app\controllers\DownloadWidgetController.php
PhpStorm并没有抱怨Main class,看起来很好。
有什么想法吗?