Index of All Elements

a d f g i l p r s t u top

a

access.class.php
procedural page access.class.php
activate
in file access.class.php, method flexibleAccess::activate()
    Activates the user account
top

d

$dbConn
in file access.class.php, variable flexibleAccess::$dbConn
$dbHost
in file access.class.php, variable flexibleAccess::$dbHost
    The database host
$dbName
in file access.class.php, variable flexibleAccess::$dbName
    The database that we will use
$dbPass
in file access.class.php, variable flexibleAccess::$dbPass
    The database password
$dbPort
in file access.class.php, variable flexibleAccess::$dbPort
    The database port
$dbTable
in file access.class.php, variable flexibleAccess::$dbTable
    The database table that holds all the information
$dbUser
in file access.class.php, variable flexibleAccess::$dbUser
    The database user
$displayErrors
in file access.class.php, variable flexibleAccess::$displayErrors
    Display errors? Set this to true if you are going to seek for help, or have troubles with the script
top

f

flexibleAccess
in file access.class.php, method flexibleAccess::flexibleAccess()
    Class Constructure
flexibleAccess
in file access.class.php, class flexibleAccess
    Flexible Access - The main class
top

g

get_property
in file access.class.php, method flexibleAccess::get_property()
    Get a property of a user. You should give here the name of the field that you seek from the user table
top

i

insertUser
in file access.class.php, method flexibleAccess::insertUser()
is
in file access.class.php, method flexibleAccess::is()
    Function to determine if a property is true or false
is_active
in file access.class.php, method flexibleAccess::is_active()
    Is the user an active user?
is_loaded
in file access.class.php, method flexibleAccess::is_loaded()
    Is the user loaded?
top

l

login
in file access.class.php, method flexibleAccess::login()
    Login function
logout
in file access.class.php, method flexibleAccess::logout()
    Logout function
top

p

$passMethod
in file access.class.php, variable flexibleAccess::$passMethod
    The method used to encrypt the password. It can be sha1, md5 or nothing (no encryption)
top

r

$remCookieDomain
in file access.class.php, variable flexibleAccess::$remCookieDomain
    The cookie domain
$remCookieName
in file access.class.php, variable flexibleAccess::$remCookieName
    The name of the cookie which we will use if user wants to be remembered by the system
$remTime
in file access.class.php, variable flexibleAccess::$remTime
    When user wants the system to remember him/her, how much time to keep the cookie? (seconds)
randomPass
in file access.class.php, method flexibleAccess::randomPass()
top

s

$sessionVariable
in file access.class.php, variable flexibleAccess::$sessionVariable
    The session variable ($_SESSION[$sessionVariable]) which will hold the data while the user is logged on
top

t

$tbFields
in file access.class.php, variable flexibleAccess::$tbFields
    Those are the fields that our table uses in order to fetch the needed data. The structure is 'fieldType' => 'fieldName'
top

u

$userData
in file access.class.php, variable flexibleAccess::$userData
$userID
in file access.class.php, variable flexibleAccess::$userID

Documentation generated on Sat, 10 Nov 2007 12:38:07 +0200 by phpDocumentor 1.3.2