$this->imageFile->saveAs(Yii::getAlias('@web') . '/uploads/' . $this->imageFile->baseName . '.' . $this->imageFile->extension);
$this->imageFile->saveAs(Yii::getAlias('@webroot') . '/uploads/' . $this->imageFile->baseName . '.' . $this->imageFile->extension);
public $photo_link;
public function attributeLabels()
{
return [
'id' => 'ID',
'surname' => 'Surname',
'name' => 'Name',
'email' => 'Email',
'gender' => 'Gender',
'birthday' => 'Birthday',
'telephone' => 'Telephone',
'site' => 'Site',
'role' => 'Role',
'company' => 'Company',
'about' => 'About',
'city' => 'City',
];
}
Ну так делайте, проблема то в чём?