title = '政策列表'; $this->params['breadcrumbs'][] = $this->title; ?> beginBlock('content-header'); ?> title . ' ' . Html::a(Yii::t('common', '新增政策'), ['create'], ['class' => 'btn btn-success']) ?> endBlock(); ?>
$dataProvider, 'columns' => [ 'id', 'title', 'author', 'created_at:datetime', ['class' => 'common\helpers\DiyActionColumn'], ], ]); ?>