title = 'คอมเม้น'; $this->params['breadcrumbs'][] = $this->title; ?>

title ?>

render('_search', ['model' => $searchModel]); ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], //'id', [ 'attribute' => 'forum_thread_id', 'value' => function ($model) { return $model->forumThread->name; } ], 'forum_comment', 'comment_by', 'created_at:datetime', //'updated_at', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>