$_SERVER['DOCUMENT_ROOT'] . '/web/uploads/docs/'
'@web/uploads/docs/'
public function actionVideo()
{
if(($video = Video::find()->select('id, video')->all()) == null){
return yii\web\NotFoundHttpException('ничего нет');
}
else{
return $this->render('video', ['model' => $video]);
}
}
'id' => $model->id