我想连接到google api,如果我只是在我的项目之外的.php文件中正常运行它,一切正常,但是如果我想运行用于连接到google api的代码,编写在zend的控制器中框架 2,在所有 require_once 建立良好的情况下,它向我显示了第 27 行的消息
Class 'Auth\Controller\Google_Client' not found in ...\module\Auth\src\Auth\Controller\AuthController.php。
我提到它与不在项目中的文件中编写的代码完全相同。
我想在 Module.php 中更改一些东西,但我不知道是什么,也许不是那样。