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