Actually, I should explain why this is actually correct syntax,
regardless of what pre-conceived ideas we have from the English meaning
of those terms.

In this case, your user model does not explicitly define the role, the
role defines which user.  As such, the role is a child of a user, so
the Role belongsTo User.  Thinking about it in code terms, your Judge
extends Person - Judge again is the child of Person, and as such
belongsTo is the correct association.


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