title = 'Update User: ' . $model->ID; $this->params['breadcrumbs'][] = ['label' => 'Users', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->ID, 'url' => ['view', 'id' => $model->ID]]; $this->params['breadcrumbs'][] = 'Update'; ?>

title) ?>

render('_form', [ 'model' => $model, ]) ?>