Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | List of all members
DefaultController Class Reference
Inheritance diagram for DefaultController:
Controller Controller BaseController BaseController

Public Member Functions

 actionIndex ()
 actionViewForm ($id)
 actionViewJSON ($id)
 loadModel ($id)
 actionIndex ()

Additional Inherited Members

- Public Attributes inherited from Controller
 $menu = array()
 $breadcrumbs = array()
- Protected Member Functions inherited from BaseController
 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: