Element index for package default
a
d
e
f
g
i
l
p
q
r
s
t
u
top
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
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)
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