Controller Welcome
| Controller | Extends | Path |
|---|---|---|
| Welcome | Plain_Controller | /application/controllers/welcome.php |
Request Types
| Type | Accessible |
|---|---|
| XMLHttpRequest | Internal Only |
| API | No |
| Web View | No |
This controller handle requests for the welcome page. This will more than likely change.
Methods
__construct - Public
Called automatically which in turn calls the parent constructor. It also does the following:
- Redirects the user if the request is not internal
index - Public
If logged in, redirects user to /marks else renders the home view.