Public Member Functions |
| actionIndex () |
| actionViewForm ($id) |
| actionViewJSON ($id) |
| loadModel ($id) |
| actionIndex () |
Additional Inherited Members |
| $menu = array() |
| $breadcrumbs = array() |
| beforeAction ($action) |
Detailed Description
Definition at line 3 of file DefaultController.php.
Member Function Documentation
DefaultController::actionIndex |
( |
| ) |
|
Lists all models.
- Returns
- void
Definition at line 10 of file DefaultController.php.
{
$dataProvider = new CActiveDataProvider('User', array(
'criteria' => array(
'condition' => 'status>'.User::STATUS_BANED,
),
'pagination' => array(
'pageSize' => Yii::app()->controller->module->user_page_size,
),
));
$this->render('/user/index', array(
'dataProvider' => $dataProvider,
));
$ClientMainConfiguration = require('../custom/config/client_main.php');
}
The documentation for this class was generated from the following files: