name, ['index', 'id' => $model->id]) ?>
description ?>

ตั้งกระทู้ใหม่', ['create', 'id' => $model->id], ['class' => 'btn btn-success', 'style' => 'color:white']) ?>

new ActiveDataProvider([ 'query' => ForumThread::find()->where(['forum_category_id' => $model->id, /*'status' => 1*/]), 'sort' => [ 'defaultOrder' => [ 'id' => SORT_DESC ] ] ]), 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'name', 'format' => 'raw', 'value' => function ($model) { return Html::a($model->name, ['view', 'id' => $model->id]); } ], //'thread_by', 'created_at:datetime' ] ]) ?>