Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 CakePHP + SimplePie 构建一个“智能”RSS 阅读器。在我的管理部分,当我添加一个链接时,我的函数将链接保存到数据库,然后从 rss 提要中提取所有链接,然后将它们存储在数据库中。我现在的问题是,我想每隔一段时间执行一次该操作以使用新链接填充数据库。
用 CakePHP 可以做到吗..??
制作一个shell并使用 cronjob 以您需要的时间间隔执行它。