[Typo3-dev] One usertable in TYPO3?
Daniel Pötzinger
operation-lan at gmx.de
Fri Mar 25 10:56:53 CET 2005
Just another extra idea :-(
In an object oriented view it could be like that:
USER-OBJEKT (common properties...)
-----------------------------------------
| |
| |
FE_USER BE_USER
(inheritance) (inheritance)
-Common Properties are in the USER Table
-If the user is allowed to act as FE_USER he has an entry in the fe_user
table (with the additional fields (esspecially the field pid, mappings
to fe_groups etc..))
- If the User is allowed to act as be_user he has an entry in the
be_user table... (with extra properties be_groups, other pasword? etc..)
(Changes in TYPO3 would be to have an abstraktion Layer for Usertables
means to have a class fe_user, be_user which inheritance from user.. and
all dataacesses to usertables should be mapped to this classes..
->Ok it is just an idea.. )
Greetings
More information about the TYPO3-dev
mailing list