Tag Archive | "cakephp schedules"

CakePHP Crontab

Thursday, February 28, 2008

17 Comments

Due to the way that CakePHP rewrites URL requests with its router, it might seem confusing to execute a Crontab to run a controller action. I will show you how to set up a cron dispatcher so that you can execute all your different controller action schedules on a single file and pass the controller [...]

Continue reading...