0
How would I create a daily routine, so that every day he runs a trial? Would you do this via linux(crontab)? or is there a different and more practical way?
0
How would I create a daily routine, so that every day he runs a trial? Would you do this via linux(crontab)? or is there a different and more practical way?
1
The ideal is to do in Shell to not consume apache/ngnix resource and run it as linux cron.
http://book.cakephp.org/2.0/en/console-and-shells.html
I have a habit of doing it this way above.
Browser other questions tagged cakephp
You are not signed in. Login or sign up in order to post.
You really need to use the
Cron Jobs
, now what exactly is this Procedure what do you mean? It is a process that you developed with the Cake? In this case you can useShells
and schedule the routine.– Paulo Rodrigues