| Index | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| See Also | Cts_Controller_Action_Abstract |
| Instance Methods | |
| init | Invoked automatically when an instance is created. |
| Actions | |
| index | This is the web application homepage. |
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.
| params | All params in the param arrays for filters get turned into view variables automatically. |
Invoked automatically when an instance is created.
function init()
This is the web application homepage.
function indexAction()