Index

Summary
Index
AuthorJaybill McCarthy
Licensehttp://communit.as/docs/license
See AlsoCts_Controller_Action_Abstract
Instance Methods
initInvoked automatically when an instance is created.
Actions
indexThis is the web application homepage.

Author

Jaybill McCarthy

Instance Methods

init

function init()

Invoked automatically when an instance is created.  Initializes the current instance.  Also initializes the parent object (calls init() on the parent instance).

Actions

index

function indexAction()

This is the web application homepage.  It doesn’t really do anything by itself.  Because everyone wants something different on the front page, you can add stuff to this page via a filter hook.

Plugin Hooks

  • default_index_index (filter) - No input params.  Simply enables adding view variables via plugin.

View Variables

paramsAll params in the param arrays for filters get turned into view variables automatically.
function init()
Invoked automatically when an instance is created.
function indexAction()
This is the web application homepage.
Close