在 Cakephp 中包含模型,无需通过 index.php
我正在使用 CakePHP 构建一个网站,该网站有一个爬虫可以挖掘来自不同网站的数据。问题是我希望能够从命令行调用爬虫(因为它可能需要几个小时才能完成),并且我希望在保存数据时使用 CakePHP 中的模型。
是否有一个我可以只包含其中包含我的其余部分的文件? 如果我只包含index.php,它会分派我不想要的调用。
问候尼克拉斯
I'm using CakePHP to build a site which has a crawler that mines data from different sites. The problem is that I would like to be able to call the crawler from command line (since it can take hours for it to finnish) and I would like to the use models in CakePHP when saving the data.
Is there a file I could just include that includes the rest for me?
If I just include the index.php it dispatches the call which I don't want.
Regards Nicklas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看蛋糕壳:
http://book.cakephp.org/view/108/The-CakePHP-控制台
Check out the Cake shell:
http://book.cakephp.org/view/108/The-CakePHP-Console