I have a table called Groups which is associated on a "one to many"
with another table called Users. Is there an efficient way of deleting
records in the Users table that are link to the one record being
deleted in the Groups table? I couldn't find a
model->delete('condition') in the API. I think this should be a common
situation, and I just wonder how you guys accomplish it.

Thanks in advance for your response.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to