gpt4 book ai didi

codeigniter - 如何在 CodeIgniter 中包含第 3 方库?

转载 作者:行者123 更新时间:2023-12-03 10:07:03 29 4
gpt4 key购买 nike

我正在尝试使用以下方法将 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';

但是收到以下消息:

Message: require(application/third_party/google-api-php-client/src/Google_Client.php): failed to open stream: Permission denied

最佳答案

下载第三方库并将其放入您的库或第三方文件夹中,与加载其他库相同,您可以随意加载它,
以这种方式检查我希望它会起作用

$this->load->library('phpword');

对于第三方。
对于谷歌 API 检查读出这个我希望这会解决你的问题
https://github.com/joeauty/Google-API-Client-CodeIgniter-Spark

关于codeigniter - 如何在 CodeIgniter 中包含第 3 方库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17454163/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com