Quick question..

I have a simple model called Event, which represents a scheduled
meeting or phone call. It basically contains a date and event type.

I need to trigger creation of additional Events any time an Event is
saved. The purpose is to auto-schedule future Events. For example..

If an Event object of type 'appointment' is saved, auto-schedule a new
Event object of type 'confirmation call' for a day before the
'appointment' Event.



Should I implement this functionality using behaviors, or within my
EventsController?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to