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

description ?>

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

new ActiveDataProvider([ 'query' => ForumThread::find()->where(['forum_category_id' => $model->id,]), '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' ] ]) ?>