On Thu, Nov 4, 2010 at 4:31 PM, Michael T <[email protected]> wrote: > It sounds like he wants a scheduler to be able to execute some > arbitrary thing (send an email) at a particular time. > > As a fellow Cake newbie, I myself have been wondering whether this is > possible. With a web application server like Tomcat, you could just > have an extra thread which runs the scheduler and executes code in new > threads at whatever time. But my guess is that since we're running > Apache for Cake, we don't have that extra kind of capability? Cron > jobs are probably the only way to go about it?
Have a look here: http://book.cakephp.org/view/1106/The-CakePHP-Console Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
