> 1) If I define a hasOne relationship.The manual says: If I set > 'dependent' to true, the associated row is also deleted. > But what happens contrariwise?
You'd have to define a belongsTo in the other model with dependent set to true to get it to work both ways. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
