title = $model->name; $this->params['breadcrumbs'][] = ['label' => 'Доступы', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>

$model->id], ['class' => 'btn btn-primary']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Вы уверены, что хотите удалить этот элемент?', 'method' => 'post', ], ]) ?> $model->id], ['class' => 'btn btn-primary']) ?>

$model, 'attributes' => [ 'name', 'login', 'password', 'link', 'project', 'info', // [ // 'attribute' => 'userCard.fio', // 'format' => 'raw', // 'value' => function(\common\models\Accesses $model){ // return $model->getUserCardName(); // }, // ], // [ // 'attribute' => 'projects.name', // 'format' => 'raw', // 'value' => function(\common\models\Accesses $model){ // return $model->getProjectName(); // }, // ], ], ]) ?>