Public Member Functions | |
filters () | |
accessRules () | |
actionView ($id) | |
actionCreate () | |
actionUpdate ($id) | |
actionDelete ($id) | |
actionIndex () | |
actionAdmin () | |
loadModel ($id) | |
Data Fields | |
$layout ='//layouts/column2' | |
![]() | |
$layout ='//layouts/column1' | |
$menu =array() | |
$breadcrumbs =array() | |
Protected Member Functions | |
performAjaxValidation ($model) | |
Controller belonging to interests_selection page.
Definition at line 7 of file MessageController.php.
accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 31 of file MessageController.php.
actionAdmin | ( | ) |
Manages all models.
Definition at line 138 of file MessageController.php.
actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 67 of file MessageController.php.
actionDelete | ( | $id) |
Deletes a particular model. If deletion is successful, the browser will be redirected to the 'admin' page.
integer | $id | the ID of the model to be deleted |
Definition at line 115 of file MessageController.php.
actionIndex | ( | ) |
Lists all models.
Definition at line 127 of file MessageController.php.
actionUpdate | ( | $id) |
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.
integer | $id | the ID of the model to be updated |
Definition at line 91 of file MessageController.php.
actionView | ( | $id) |
Displays a particular model.
integer | $id | the ID of the model to be displayed |
Definition at line 56 of file MessageController.php.
filters | ( | ) |
Definition at line 18 of file MessageController.php.
loadModel | ( | $id) |
Returns the data model based on the primary key given in the GET variable. If the data model is not found, an HTTP exception will be raised.
integer | the ID of the model to be loaded |
Definition at line 155 of file MessageController.php.
|
protected |
Performs the AJAX validation.
CModel | the model to be validated |
Definition at line 167 of file MessageController.php.
$layout ='//layouts/column2' |
Definition at line 13 of file MessageController.php.