Static Public Member Functions |
static | model ($className=__CLASS__) |
static | itemAlias ($type, $code=null) |
Detailed Description
Definition at line 3 of file User.php.
Member Function Documentation
User::attributeLabels |
( |
| ) |
|
- Returns
- array customized attribute labels (name=>label)
Definition at line 94 of file User.php.
Returns a list of behaviors that this model should behave as.
- Returns
- array
Definition at line 221 of file User.php.
static User::itemAlias |
( |
|
$type, |
|
|
|
$code = null |
|
) |
| |
|
static |
static User::model |
( |
|
$className = __CLASS__ | ) |
|
|
static |
Returns the static model of the specified AR class.
- Returns
- CActiveRecord the static model class
Definition at line 34 of file User.php.
- Returns
- array relational rules.
Definition at line 81 of file User.php.
Retrieves a list of models based on the current search/filter conditions.
- Returns
- CActiveDataProvider the data provider that can return the models based on the search/filter conditions.
Definition at line 171 of file User.php.
User::setCreatetime |
( |
|
$value | ) |
|
User::setLastvisit |
( |
|
$value | ) |
|
- Returns
- string the associated database table name
Definition at line 42 of file User.php.
Member Data Documentation
const User::STATUS_ACTIVE = 1 |
const User::STATUS_BANED = -1 |
const User::STATUS_BANNED = -1 |
const User::STATUS_NOACTIVE = 0 |
const User::STATUS_TEMP = 2 |
The documentation for this class was generated from the following file:
- app/protected/modules/user/models/User.php