Public Member Functions | |
userinfo () | |
edituser () | |
register () | |
lostpass () | |
user () |
User_LegacypageFunctions::userinfo | ( | ) |
The process for userinfo.php. This process doesn't execute anything directly. Forward to the controller of the user module.
User_LegacypageFunctions::edituser | ( | ) |
The process for edituser.php. This process doesn't execute anything directly. Forward to the controller of the user module.
User_LegacypageFunctions::register | ( | ) |
The process for register.php. This process doesn't execute anything directly. Forward to the controller of the user module.
User_LegacypageFunctions::lostpass | ( | ) |
The process for lostpass.php. This process doesn't execute anything directly. If the current user is registered user, kick out to the top page. Else, forward to the lost-pass page.
User_LegacypageFunctions::user | ( | ) |
The process for user.php. This process doesn't execute anything directly. Forward to the controller of the user module.