save.php 184 Bytes Edit Raw Blame History 1 2 3 4 5 6 <? $this->title = 'Добавить фото'; $this->params['breadcrumbs'][] = $this->title; ?> <h1>Добавить фото</h1> <?= $this->render('_form',['model'=>$model]) ?>