Try something like this: http://bakery.cakephp.org/articles/mathew_attlee/2006/12/05/calling-controller-actions-from-cron-and-the-command-line
You need to set up cron from your server, i.e. login via ssh and access crontab to hit a controller action (using the method in the link). You need to write this action so that it performs the logic you want it do (The CakePHP way) HTH On 15 February 2011 10:39, [email protected] <[email protected]> wrote: > Hi All, > can some one tell how to setup time frame. Say if User want to run add > for one month, and auto stop it, and maybe delete it after all. > I dig in cake website, couldn't find it. > > Thank You All, > chris > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Kind Regards Stephen @ NinjaCoderMonkey www.ninjacodermonkey.co.uk -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
