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 | |
Implements the user controller.
| Qvc_user::add | ( | ) |
Add a user
| Qvc_user::confirm | ( | $recover_pw | ) |
Confirm email address
| string | $recover_pw |
| Qvc_user::edit | ( | $user_id = 0 | ) |
Edit a user
| 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
| string | $recover_pw |
| Qvc_user::register | ( | ) |
Register a new account
| Qvc_user::switch_user | ( | $user_id = null | ) |
Run this application as a different user
| int | $user_id |
| Qvc_user::$_access |
1.8.5