Admin

Summary
Admin
AuthorJaybill McCarthy
Licensehttp://communit.as/docs/license
See AlsoCts_Controller_Action_Abstract Cts_Controller_Action_Admin
Instance Methods
initInvoked automatically when an instance is created.
Actions
indexThe administration landing page.

Author

Jaybill McCarthy

Instance Methods

init

function init()

Invoked automatically when an instance is created.  For this class, does nothing other than initialize the parent object (calls init() on the parent instance).

Actions

index

function indexAction()

The administration landing page.  Currently does nothing.  Template might contain welcome text.

function init()
Invoked automatically when an instance is created.
function indexAction()
The administration landing page.
Close