Public Member Functions | |
| actions () | |
| actionIndex () | |
| actionError () | |
| actionContact () | |
| actionLogin () | |
| actionLogout () | |
| actionRegister () | |
| actionRequest_conference () | |
| actionDownload () | |
Additional Inherited Members | |
Data Fields inherited from Controller | |
| $layout ='//layouts/column1' | |
| $menu =array() | |
| $breadcrumbs =array() | |
Definition at line 3 of file SiteController.php.
| actionContact | ( | ) |
Displays the contact page
Definition at line 66 of file SiteController.php.
| actionDownload | ( | ) |
Definition at line 210 of file SiteController.php.
| actionError | ( | ) |
This is the action to handle external exceptions.
Definition at line 54 of file SiteController.php.
| actionIndex | ( | ) |
This is the default 'index' action that is invoked when an action is not explicitly requested by users.
Definition at line 27 of file SiteController.php.
| actionLogin | ( | ) |
Displays the login page
Definition at line 89 of file SiteController.php.
| actionLogout | ( | ) |
Logs out the current user and redirect to homepage.
Definition at line 112 of file SiteController.php.
| actionRegister | ( | ) |
Definition at line 134 of file SiteController.php.
| actionRequest_conference | ( | ) |
Definition at line 172 of file SiteController.php.
| actions | ( | ) |
Declares class-based actions.
Definition at line 8 of file SiteController.php.
1.8.4