Skip to content

Controller Singletons

Jeff Johns edited this page Feb 4, 2014 · 2 revisions
Controller Extends Path
Singletons Plain_Controller /application/controllers/singletons.php

Request Types

Type Accessible
XMLHttpRequest Internal Only
API No
Web View Yes

This controller handles all the static pages to render views.

Methods

__construct - Public

Called automatically which in turn calls the parent constructor.


changelog - Public

Renders the view for the changelog.


index - Public

Simply redirects to the main page of the site.


terms - Public

Renders the view for the terms of service.