Index of All Elements
a
d
f
g
i
l
p
r
s
t
u
top
top
top
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
top
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
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