Hello LunarDraco, devils advocate here. Exactly how much faster would all that be compared to requestAction()? Unless you see some serious performance gain why bother? (it is only one cron request every hour? every 5 min?)
On Feb 18, 4:04 pm, LunarDraco <[email protected]> wrote: > > If you use 1.2.1 stable it should work as expected without any extra > > calls. > > For me, I'm using the email component from the console shell. The > console shell doesn't load up hardly anything automagically, so in my > case it is required to make the call. > This shell is then in turn called by a cron job to periodically check > our ftp site for updated files and send out notifications. The logic > for this check is done within a controller. So my shell loads the > controller, then creates and loads the email component. Associates the > email component and controller and then I call my action in the > controller. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
