<?php echo "<?phpn"; ?>class DefaultController extends Controller{ public function actionIndex() { $this->render('index'); }}