title = 'Профили'; $this->params['breadcrumbs'][] = $this->title; ?>

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], //'id', [ 'label' => 'photo', 'format' => 'raw', 'value' => function($model){ return Html::img(Url::to($model->photo),[ 'style' => 'width:100px;' ]); }, ], 'fio', 'passport', 'email:email', //'gender', //'dob', //'status', //'created_at', //'updated_at', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>