Public Member Functions | |
filters () | |
accessRules () | |
actionView ($id) | |
actionCreate () | |
actionUpdate ($id) | |
actionDelete ($id) | |
actionIndex () | |
actionAdmin () | |
loadModel ($id) | |
attends () | |
attends2 () | |
authors () | |
authors2 () | |
referees () | |
referees2 () | |
usersView ($id) | |
papersView ($id) | |
adminFunctions () | |
isAdmin () | |
authorFunctions () | |
isAuthor () | |
refereeFunctions () | |
isReferee () | |
viewTopics ($confid) | |
announcementFunctions () | |
hasAnnouncement () | |
filters () | |
accessRules () | |
actionView ($id) | |
attends () | |
attends2 () | |
authors () | |
authors2 () | |
referees () | |
referees2 () | |
usersView ($id) | |
papersView ($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) | |
performAjaxValidation ($model) | |
Definition at line 3 of file ConferenceController.php.
accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 27 of file ConferenceController.php.
accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 27 of file ConferenceController2.php.
actionAdmin | ( | ) |
Manages all models.
Definition at line 134 of file ConferenceController.php.
actionAdmin | ( | ) |
Manages all models.
Definition at line 383 of file ConferenceController2.php.
actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 63 of file ConferenceController.php.
actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 312 of file ConferenceController2.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 111 of file ConferenceController.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 360 of file ConferenceController2.php.
actionIndex | ( | ) |
Lists all models.
Definition at line 123 of file ConferenceController.php.
actionIndex | ( | ) |
Lists all models.
Definition at line 372 of file ConferenceController2.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 87 of file ConferenceController.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 336 of file ConferenceController2.php.
actionView | ( | $id) |
Displays a particular model.
integer | $id | the ID of the model to be displayed |
Definition at line 52 of file ConferenceController.php.
actionView | ( | $id) |
Displays a particular model.
integer | $id | the ID of the model to be displayed |
Definition at line 52 of file ConferenceController2.php.
adminFunctions | ( | ) |
Displays administrative functions
Definition at line 435 of file ConferenceController.php.
announcementFunctions | ( | ) |
Displays all announcements of the conference
Definition at line 689 of file ConferenceController.php.
attends | ( | ) |
Definition at line 63 of file ConferenceController2.php.
attends | ( | ) |
Views if the user attends the conference or not
Definition at line 175 of file ConferenceController.php.
attends2 | ( | ) |
Definition at line 84 of file ConferenceController2.php.
attends2 | ( | ) |
Definition at line 196 of file ConferenceController.php.
authorFunctions | ( | ) |
Displays authoring functions
Definition at line 510 of file ConferenceController.php.
authors | ( | ) |
Definition at line 111 of file ConferenceController2.php.
authors | ( | ) |
Views if the user is authoring in the conference or not
Definition at line 226 of file ConferenceController.php.
authors2 | ( | ) |
Definition at line 133 of file ConferenceController2.php.
authors2 | ( | ) |
Definition at line 248 of file ConferenceController.php.
filters | ( | ) |
Definition at line 14 of file ConferenceController.php.
filters | ( | ) |
Definition at line 14 of file ConferenceController2.php.
hasAnnouncement | ( | ) |
Hides "announcements" title if there are not any announcements
Definition at line 729 of file ConferenceController.php.
isAdmin | ( | ) |
Displays administrative functions if a user is a chair
Definition at line 480 of file ConferenceController.php.
isAuthor | ( | ) |
Displays authoring functions if a user is an author
Definition at line 542 of file ConferenceController.php.
isReferee | ( | ) |
Displays refereeing functions if a user is a referee
Definition at line 605 of file ConferenceController.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 151 of file ConferenceController.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 400 of file ConferenceController2.php.
papersView | ( | $id) |
!!!!!'''^^
Definition at line 256 of file ConferenceController2.php.
papersView | ( | $id) |
Displays all papers belonging to the conference
!!!!!'''^^
Definition at line 380 of file ConferenceController.php.
|
protected |
Performs the AJAX validation.
CModel | the model to be validated |
Definition at line 163 of file ConferenceController.php.
|
protected |
Performs the AJAX validation.
CModel | the model to be validated |
Definition at line 412 of file ConferenceController2.php.
refereeFunctions | ( | ) |
Displays refereeing functions
Definition at line 573 of file ConferenceController.php.
referees | ( | ) |
Definition at line 161 of file ConferenceController2.php.
referees | ( | ) |
Views if the user is refereeing in the conference or not
Definition at line 279 of file ConferenceController.php.
referees2 | ( | ) |
Definition at line 182 of file ConferenceController2.php.
referees2 | ( | ) |
Definition at line 300 of file ConferenceController.php.
usersView | ( | $id) |
!!!!!'''^^
Definition at line 211 of file ConferenceController2.php.
usersView | ( | $id) |
Displays all users belonging to the conference
!!!!!'''^^
Definition at line 332 of file ConferenceController.php.
viewTopics | ( | $confid) |
Displays topics of the conference
Definition at line 635 of file ConferenceController.php.
$layout ='//layouts/column2' |
Definition at line 9 of file ConferenceController.php.