我正在尝试使用以下方法将 Google Plus 身份验证导入 CodeIgniter: https ://code.google.com/p/google-api-php-client/
我已将这些文件放在 third_party/google-api-php-client/src
如果我在没有 CI 的情况下这样做,我会简单地使用:
require_once 'google-api-php-client/src/Google_Client.php';
require_once 'google-api-php-client/src/contrib/Google_PlusService.php';
“需要”这些文件的 CI 等效方式是什么?我试过做
require APPPATH .'third_party/google-api-php-client/src/Google_Client.php';
但是收到以下消息:
消息:要求(application/third_party/google-api-php-client/src/Google_Client.php):无法打开流:权限被拒绝