* @since 1.0 */ class TestController extends FecController { public function actionIndex() { //echo 1;exit; //$this->layout = "dashboard.php"; return $this->render('index'); } }