codeigniter 在 cli 上调用私有函数
有没有办法在命令行上调用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,codeigniter 会阻止(与通过网络的请求相比)。
No, codeigniter blocks that (comparable to requests via web).
不,您不能使用 codeigniter 在命令行中调用私有函数。
Codeigniter 不允许这样做。
No you can not call Private function in command line using codeigniter.
Codeigniter dose not allow to do this.