Controller Help
| Controller | Extends | Path |
|---|---|---|
| Help | Plain_Controller | /application/controllers/help.php |
Request Types
| Type | Accessible |
|---|---|
| XMLHttpRequest | No |
| API | No |
| Web View | Yes |
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.