Skip to content
Jeff Johns edited this page Feb 4, 2014 · 1 revision
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.