I had a similar problem until I remembered that this is a database
level issue.  When creating your foreign keys you must set the "On
Delete" action to "Cascade".  This can easily be done using the MySQL
administrator application or using SQL when you create the foreign key.

More information can be found on this page -

http://dev.mysql.com/doc/refman/5.0/en/innodb-foreign-key-constraints.html


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

Reply via email to