title = 'Галерея'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title ?>

'btn btn-success' ]) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'attribute' => 'gallery_id', 'label' => 'ID', ], 'name', 'date_add', [ 'attribute' => 'type', 'value' => function($model, $key, $index, $column) { switch($model->type) { case 2: return 'Видео'; break; default: return 'Фото'; break; } }, 'label' => 'Фото или Видео', 'filter' => [ 1 => 'Фото', 2 => 'Видео', ] ], ], ]) ?>