Simple User
Package:
Summary:
Register and manage user accounts in MySQL records
Groups:
Author:
Description:
This package can be used to register and manage user accounts in MySQL records.
There is one class that can create the necessary MySQL tables and records to store user records starting with the administrator account.
Another class can perform several types of operations to manipulate the user accounts like displaying and processing forms to register new users, login and edit user profile options.
It can also check if a given user with an e-mail exists, delete accounts, retrieve the information of a given user, get the list of all users, check if an user is logged, check if the logged user is administrator, end the logged user session.
There is one class that can create the necessary MySQL tables and records to store user records starting with the administrator account.
Another class can perform several types of operations to manipulate the user accounts like displaying and processing forms to register new users, login and edit user profile options.
It can also check if a given user with an e-mail exists, delete accounts, retrieve the information of a given user, get the list of all users, check if an user is logged, check if the logged user is administrator, end the logged user session.
Comments are closed.