Skip to content
Jeff Johns edited this page Feb 4, 2014 · 5 revisions
ControllerExtendsPath
HelpPlain_Controller/application/controllers/help.php

Request Types

TypeAccessible
XMLHttpRequestNo
APINo
Web ViewYes

This controller handles all the requests for cron jobs for the service.

Methods

__construct - Public

Called automatically which in turn calls the parent constructor. It also does the following:

  • Redirects the user away if logged out

bookmarklet - Public

Renders view for /help/bookmarklet.


faq - Public

Renders view for /help/faq.


how - Public

Renders view for /help/how.


index - Public

Default route. Redirects to /help/how.

Clone this wiki locally