This class can be used to manipulate user records stored in a MySQL database table. It can:
- Create new user records
- Activate user accounts
- Authenticate users against credentials stored in session variables and cookies
- Logout to end the session of an authenticated user
- Retrieve information from the record of a given user
The name of the table and the fields of the user records is configurable.
Php user class is an easy to use user manipulation class for php. The class is very flexible as it uses variable settings for database tables and fields, session and cookie names, so it is easy to integrated even to established projects