[phplib] Menu Class in PHP and JS From: Enrique Motilla (emotilla <email protected>)
Date: 04/20/01

Dear Mark and PhpLib friends,

I have posted a menu utility done as a php Class, which you might find
interesting and that is freely available at the following address:

http://www.emoti.net/emoti/phpstuff/menuclass/index.php

Hope you like it,

Regards from Mexico
Enrique Motilla

----- Original Message -----
From: "Faine, Mark" <Mark.Faine <email protected>>
To: <phplib <email protected>>
Sent: Friday, April 20, 2001 10:50 AM
Subject: [phplib] Register Users, a quick step by step list?

> 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>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>