return \Yii::$app->response->sendFile($file->getPath(), $file->name);
$this->params['breadcrumbs'][] = $this->title;
$resetFields = \Yii::$app->db->createCommand("UPDATE table SET active=:no WHERE active=:yes")
->bindValue(':no', 0)
->bindValue(':yes', 1)
->execute();
$form->field()->widget