class DashboardsController extends AppController { var $name = 'Dashboards'; var $uses = array(); function index() { } }
Router::connect('/', array('controller' => 'dashboards', 'action' => 'index'));
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
Comments
Post new comment