문제

I'm trying to build an "intelligent" RSS-Reader by using CakePHP + SimplePie. In my admin section, when I add a link, my function save the link to the DB and then extract all links from the rss feed and then store them in the DB. My problem now, is that I want to execute that action every once in while to populate the DB with new links.

Is it possible to do it with CakePHP..??

도움이 되었습니까?

해결책

Make a shell and use a cronjob to execute it at the interval you need.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top