-
Notifications
You must be signed in to change notification settings - Fork 194
Controller Welcome
Jeff Johns edited this page Feb 4, 2014
·
1 revision
| Controller | Extends | Path |
|---|---|---|
| Welcome | Plain_Controller | /application/controllers/welcome.php |
| Type | Accessible |
|---|---|
| XMLHttpRequest | Internal Only |
| API | No |
| Web View | No |
This controller handle requests for the welcome page. This will more than likely change.
Called automatically which in turn calls the parent constructor. It also does the following:
- Redirects the user if the request is not internal
If logged in, redirects user to /marks else renders the home view.