\Reg

Application Controller Class

This class object is the super class that every library in CodeIgniter will be assigned to.

Summary

Methods
Properties
Constants
__construct()
get_instance()
reg()
logout()
findpassword()
checksms()
setpassword()
findpaypassword()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$instance
$data
N/A

Properties

$instance

$instance : object

Reference to the CI singleton

Type

object

$data

$data : 

Type

Methods

__construct()

__construct() : void

Class constructor

get_instance()

get_instance() : object

Get the CI singleton

Returns

object

reg()

reg() 

注册

logout()

logout() : \json

退出登录

Returns

\json

findpassword()

findpassword() : \json

找回密码并设置新密码

Returns

\json

checksms()

checksms() 

获取验证码

setpassword()

setpassword() : \json

修改密码

Returns

\json

findpaypassword()

findpaypassword() : \json

找回支付密码并设置新密码

Returns

\json