title = Yii::t('common', 'Vip Prices'); $this->params['breadcrumbs'][] = $this->title; ?> beginBlock('content-header') ?> title . ' ' . Html::a(Yii::t('common', 'Create Vip Price'), ['create'], ['class' => 'btn btn-success']) ?> endBlock() ?> render('_search', ['model' => $searchModel]); ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', [ 'attribute' => 'type', 'value' => function ($model) { return \common\enums\VipEnum::$list[$model->type]; } ], 'title', 'price', 'month', // 'created_at', // 'updated_at', // 'status', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>