Controller Login
| Controller | Extends | Path |
|---|---|---|
| Login | Plain_Controller | /application/controllers/login.php |
Request Types
| Type | Accessible |
|---|---|
| XMLHttpRequest | Internal Only |
| API | No |
| Web View | No |
This controller handles the login view as well as processing the login requests.
Methods
__construct - Public
Called automatically which in turn calls the parent constructor. It will also redirect you away from this route if you are already logged in.
index - Public
Renders the JSON for the request.