Hello! I have three user types in my app: administrators, members and partners. They share such fields as login, password and email address. Besides each type has its own set of fields (name, website, photo etc). And each user type has its own actions.
I need to have all their shared fields in one table as I want to make login, logout, pasword recovery functions etc to be common for all user types. The question is what is a better way to store user type-specific fields - all in one table along with shared fields or make a table for each user type or something else? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
