TCustomerFoManage the available action for the front office on customers
Located in /core/internal_components/front_sites/t_customer/t_customer_fo.class.php (line 62)
ObjectCached | --TCustomerFo
bool
attemptToLogin
(string $p_email, string $p_password, &$r_result, [bool $is_from_little_authent = false], array $r_result)
bool
insert
(string $p_pass_copy, string $p_email, string $p_last_name, string $p_first_name, string $p_sex, string $p_pass, string $p_birthday, string $p_mailling_promo, string $p_mailling_info, string $p_mailling_new, string $p_mailling_frequency, string $p_professional, &$r_new_id, [bool $send_mail_if_successfull = true], string $r_new_id)
void
loadRegisteredShoppingCart
( &$r_is_loaded_new_shoppingcart, bool $r_is_loaded_new_shoppingcart)
bool
sendMailUserRegistered
(string $p_email, string $p_last_name, string $p_first_name, string $p_sex, string $p_birthday, string $p_pass)
bool
update
(string $p_pass_1, string $p_pass_2, string $p_email, string $p_last_name, string $p_first_name, string $p_sex, string $p_pass_old, string $p_birthday, string $p_mailling_promo, string $p_mailling_info, string $p_mailling_new, string $p_mailling_frequency, string $p_professional, string $p_id)
bool
updateMailling
(string $p_email, string $p_mailling_promo, string $p_mailling_info, string $p_mailling_new, string $p_mailling_frequency)
integer
$m_dependentinclude
= -1 (line 236)
Depend include
DbConnexion
$m_object_dbconnexion
= null (line 197)
Database Connexion object
TSessionScopeFo
$m_object_sessionscope
= null (line 209)
TSessionScopeFo Object
TShoppingCartFo
$m_object_tshoppingcartfo
= NULL (line 215)
TShoppingCartFo Object
string
$m_uid_prefix
= "cus_" (line 229)
The customer prefix
bool
$m_update_last_visited_already_made
= false (line 221)
Update last visited already made
string
$req_delete
= "delete from t_customer where cus_id='%s';" (line 191)
SQL Request : Delete
string
$req_insert
= "insert into t_customer(cus_id,
SQL Request : Insert
string
$req_select
= "select
SQL Request : Select
string
$req_select_by_email_id
= "select
SQL Request : Select by email id
string
$req_select_by_email_pass
= "select
SQL Request : Select by email pass
string
$req_update
= "update t_customer
SQL Request : Select update
string
$req_update_for_mailling
= "update t_customer
SQL Request : Update for mailling
string
$req_update_last_visited
= "update t_customer
SQL Request : Update last visited
string
$req_update_password
= "update t_customer set cus_password=PASSWORD('%s') where cus_email='%s';" (line 173)
SQL Request : Update password
Inherited from ObjectCached
ObjectCached::$m_array_already_loader
Constructor, init the requests and objects
Attempt to discount
Login the user if exist
Change password (password lost) for user email
Delete customer
$array_customer_info= array( 'cus_id'=> 'cus_email' => 'cus_password' => For email 'cus_last_name' => 'cus_first_name' => 'cus_sex' => 'cus_birthday' => )
generate Password
Get
Get by email
Get by email an pass
Get customer
Get customer authentification
Get saved user mail
Insert
Is unique mail
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Parameter Integrity checker
Load registered shopping cart
Redo dependent include at the end
Save this user email
Senf mail "user registered"
Set dependent include
Update
Update mailling
Udpate password
Update last visited
Inherited From ObjectCached
ObjectCached::xClearRemember()
ObjectCached::xClearRememberAll()
ObjectCached::xIsRemembered()
ObjectCached::xRemember()
Documentation generated on Tue, 25 Mar 2008 15:36:17 +0100 by phpDocumentor 1.3.2