<?phpclass DefaultController extends Controller{ public function actionIndex() { $this->render('index'); }}