On Mar 1, 2011, at 14:02, luca capra wrote: > I'm trying to get working a cron job invoked from a web url eg. > example.com/cron.php
I don't understand... cron shouldn't really be doing anything with your web site. If you need to access your models from a script called from cron, write a CakePHP shell to do that. -- 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
