This is fairly simple question but I think saying it in my head and hearing
it sounds wrong and confusing me further.
 
"User" signs up and selects the "Group" they are going to belong to as they
can only belong to one group...sounds fine when you say it out load
"Group" has many "Users".....sounds fine when you say it out load
 
User belongsTo Group
Group hasMany Users
 
-- OR --
 
"User" signs up and selects the "Role" they are going to have as they can
have only 1 role sounds fine when you say it out load
"Role" has many "Users' sounds wrong....
 
User hasOne Role
Role hasMany Users
 
 
So my question is how should this go?
 
Dave 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to