On 7/24/07, rtanz <[EMAIL PROTECTED]> wrote: > > hi i have a table containing a number of fields. Is there a way to > make the system check that when some particular fields are no longer > empty an email is sent to a user? thanks >
I don't think CakePHP will do it for you right out of the box, but what you need is to create a cron job that checks the table in question and then emails users. I've done similar things but not with CakePHP. -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
