Class User
- CActiveRecord
-
application\core\model\Model
-
application\modules\user\model\User
Namespace: application\modules\user\model
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/user/model/User.php
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/user/model/User.php
Methods summary
public static
|
|
public
|
|
public
boolean
|
|
public
array
|
|
public
|
#
checkUnique( 需要插入的用户 $data, 唯一字段的配置 $uniqueConfig = array( 'mobile' => '手机号', 'username' => '用户名', ) )
检查唯一字段 |
public
type
|
|
public
string
|
|
public
string
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
array
|
|
public
integer
|
|
public
type
|
|
public
integer
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
type
|
|
public
array
|
|
public
string
|
|
public
string
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
|
Methods inherited from application\core\model\Model
add()
,
beforeDelete()
,
create()
,
deleteByPk()
,
fetch()
,
fetchAll()
,
fetchAllByAttributes()
,
fetchAllByPk()
,
fetchAllSortByPk()
,
fetchByAttributes()
,
fetchByPk()
,
fetchCache()
,
fetchCaches()
,
getCacheKey()
,
getIsAllowCache()
,
getMaxId()
,
getModelClass()
,
init()
,
modify()
,
remove()
,
updateAll()
,
updateByPk()