在 Cakephp 中包含模型,无需通过 index.php

发布于 2024-09-04 07:18:15 字数 189 浏览 6 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文