\Login

客户端接口,关于用户的操作

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

Summary

Methods
Properties
Constants
__construct()
get_instance()
create_unique()
login()
weixin()
oauth()
qq()
callback()
third_reg()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
common()
$instance
N/A

Properties

$instance

$instance : object

Reference to the CI singleton

Type

object

Methods

__construct()

__construct() : void

Class constructor

get_instance()

get_instance() : object

Get the CI singleton

Returns

object

create_unique()

create_unique() 

唯一token

login()

login() 

登录

weixin()

weixin() 

微信授权

oauth()

oauth() 

微信授权回调函数

qq()

qq() 

callback()

callback() 

third_reg()

third_reg() 

common()

common(  $data) 

Parameters

$data