title = Yii::t('common', 'Wechat Users'); $this->params['breadcrumbs'][] = $this->title; ?> beginBlock('content-header') ?> title . ' ' . Html::a(Yii::t('common', 'Create Wechat User'), ['create'], ['class' => 'btn btn-success']) ?> endBlock() ?> render('_search', ['model' => $searchModel]); ?>
$dataProvider, //'filterModel' => $searchModel, 'columns' => [ 'id', 'openid', 'unionid', 'tel', 'nickName', // 'avatarUrl:url', // 'country', // 'province', // 'city', // 'language', // 'signature', // 'created_at:datetime', // 'updated_at:datetime', // 'status', // 'gender', ['class' => 'common\helpers\DiyActionColumn'], ], ]); ?>