Date: 04/20/01
- Next message: Chris Johnson: "RE: [phplib] users"
- Previous message: Matt Williams: "RE: [phplib] users"
- Maybe in reply to: Faine, Mark: "[phplib] users"
- Next in thread: Chris Johnson: "RE: [phplib] users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Add the fields to the user table that you require.
Then override the auth classes login function you are using
to read in the extra fields into the auth array.
Or if you are using the same user table for a number of applications, you
might
have one table with common information such as email, firstname, lastname
etc..
Then have a second table linked by userid that stores application specific
information.
-Stewart
-----Original Message-----
From: Faine, Mark [mailto:Mark.Faine <email protected>]
Sent: 20 April 2001 13:59
To: 'phplib <email protected>'
Subject: [phplib] users
It seems to me that auth_user should contain more than the few fields. I
need to be able to recall user information such as address, first name, last
name, phone number, etc. The usual information, nowhere is this implemented,
I know I could create yet another table but I have 3 or 4 already it's
getting hard to keep track of them and this seems a little messy.
Should I extend the auth_user table to include the information I need or
make yet another table or what? I'm just looking for suggestions on best
possible implementation, how have you guys done it?
-Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Chris Johnson: "RE: [phplib] users"
- Previous message: Matt Williams: "RE: [phplib] users"
- Maybe in reply to: Faine, Mark: "[phplib] users"
- Next in thread: Chris Johnson: "RE: [phplib] users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

