QVCI Library 3.2
 All Classes Namespaces Functions
Public Member Functions | Public Attributes | List of all members
Qvc_user Class Reference
Inheritance diagram for Qvc_user:
Qvc_controller

Public Member Functions

 index ()
 
 add ()
 
 confirm ($recover_pw)
 
 edit ($user_id=0)
 
 login ()
 
 logout ()
 
 recover ($recover_pw=null)
 
 register ()
 
 switch_user ($user_id=null)
 
- Public Member Functions inherited from Qvc_controller
 __construct ()
 
 index ()
 
 _remap ($method, $params=[])
 
 _get_controller_path ()
 
 _required_not_zero ($val)
 

Public Attributes

 $_access
 
- Public Attributes inherited from Qvc_controller
 $_access
 

Detailed Description

Implements the user controller.

Member Function Documentation

Qvc_user::add ( )

Add a user

Qvc_user::confirm (   $recover_pw)

Confirm email address

Parameters
string$recover_pw
Qvc_user::edit (   $user_id = 0)

Edit a user

Parameters
int$user_id
Qvc_user::index ( )

Index page

Qvc_user::login ( )

User login

Qvc_user::logout ( )

User logout

Qvc_user::recover (   $recover_pw = null)

Recover a lost password

Parameters
string$recover_pw
Qvc_user::register ( )

Register a new account

Qvc_user::switch_user (   $user_id = null)

Run this application as a different user

Parameters
int$user_id

Member Data Documentation

Qvc_user::$_access
Initial value:
= [
'*' => 'user_perm'

The documentation for this class was generated from the following file: