codeigniter 在 cli 上调用私有函数

发布于 2024-12-19 10:07:05 字数 131 浏览 0 评论 0原文

有没有办法在命令行上调用 codeigniter 私有函数?

喜欢:

php index.php test _test_function args

任何帮助表示赞赏

Is there a way to call a codeigniter private function on the commandline?

like:

php index.php test _test_function args

Any help appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

︶ ̄淡然 2024-12-26 10:07:05

不,codeigniter 会阻止(与通过网络的请求相比)。

No, codeigniter blocks that (comparable to requests via web).

一袭水袖舞倾城 2024-12-26 10:07:05

不,您不能使用 codeigniter 在命令行中调用私有函数。
Codeigniter 不允许这样做。

No you can not call Private function in command line using codeigniter.
Codeigniter dose not allow to do this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文