I am trying to code a system with 3 different user levels, admin,
technicians, and clients. They all have logins and will use the users
controller. My question is a philosophical one, not a technical one.
So I have the technicians and clients, for the most part they are
similar, but they will be doing very different things. Does it make
sense to create a new model for each? Or just stack everything in the
User model. What is the best way to define the relationship? A
Technician belongs to a User? Any help is most appreciated, thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---