TBoUsersManage the backoffice users
Located in /core/internal_components/admin_sites/t_bo_users/t_bo_users.class.php (line 57)
bool
getListTBoUsersByGroupAndOrderBy
(integer $p_group_to_show, [string $p_order_by = 'bus_nom'], &$r_result, array $r_result)
bool
insertTBoUsers
(string $p_bus_nick, string $p_bus_password, string $p_bus_prenom, string $p_bus_nom, string $p_bus_email, &$r_result_id, string $r_result_id)
bool
updateTBoUsers
(string $p_bus_nick, [string $p_bus_password = ""], string $p_bus_prenom, string $p_bus_nom, string $p_bus_email, string $p_pk_bus_id, &$r_nb_row_affected, integer $r_nb_row_affected)
mixed
$m_authent
= FALSE (line 158)
mixed
$m_email
= NULL (line 157)
mixed
$m_first_name
= NULL (line 156)
mixed
$m_group
= array() (line 159)
mixed
$m_id
= NULL (line 152)
mixed
$m_last_name
= NULL (line 155)
mixed
$m_nick
= NULL (line 153)
DbConnexion
$m_object_dbconnexion
= NULL (line 85)
Database Connexion object
TSessionScope
$m_object_sessionscope
= NULL (line 142)
TSessionScope Object
mixed
$m_pass
= NULL (line 154)
siteInformation
$m_site_information
= NULL (line 136)
SiteInformation Object
string
$m_uid_prefix
= "bus_" (line 149)
Prefix for user id
string
$req_count
= "" (line 105)
SQL Request : Count
string
$req_delete
= "" (line 117)
SQL Request : Delete
string
$req_insert
= "" (line 111)
SQL Request : Insert
string
$req_select
= "" (line 99)
SQL Request : Select
string
$req_select_by_primary_key
= "" (line 93)
SQL Request : Select by primary key
string
$req_update
= "" (line 123)
SQL Request : Update
string
$req_update_without_password
= "" (line 129)
SQL Request : Update password
Constructor, init the requests and objects.
Also, make the authentification of the user for backoffice.
Delete a user
Test if the user exist
Count the number of users
Get list of users
Get list of users by group
Get one
Insert a user
Set first name
Update the user informations
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Convert a number indexed array to an fieldname indexed array
Documentation generated on Tue, 25 Mar 2008 15:36:10 +0100 by phpDocumentor 1.3.2