Date: 04/20/01
- Next message: Jan-Jan van der Vyver: "[phplib] blocks"
- Previous message: Adam Robertson: "RE: [phplib] (a bit off topic ) Apache's virtual hosts in standalone-Win98 machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Let me see if I got this right now,
To add register user functionality to phplib I need to do the following:
1.) create a database table with user specific fields.
2.) setup a subclass of User
3.) set auth mode to "reg" mode .
4.) create a registration form
5.) create a function auth_registerform() to present (include) the register
form.
6.) create a function auth_doregister() to process the form inserting the
registration information into the database I created for user information.
This function will need to use the USER_ID from auth_user as the primary key
for my newly created user information table.
Not necessarily in that order.
Is that even close?
-Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Jan-Jan van der Vyver: "[phplib] blocks"
- Previous message: Adam Robertson: "RE: [phplib] (a bit off topic ) Apache's virtual hosts in standalone-Win98 machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

