[ 'class' => 'yii\web\ErrorAction', ] ]; } public function actionPage($id) { $page = new Page(); return $this->render('/site/page', [ 'model' => $page->findOne($id), ]); } }