title = $model->name; $this->params['breadcrumbs'][] = ['label' => 'หน้าเว็บไซต์', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>

title ?>

  • แก้ไข', ['update', 'id' => $model->id], ['class' => 'btn btn-sm btn-primary']) ?>
  • ลบ', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-sm btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) */?>
$model, 'attributes' => [ //'id', 'name', 'description:html', 'created_at:datetime', 'updated_at:datetime', [ 'attribute' => 'created_by', 'value' => function ($model) { return $model->createdBy->name; } ], [ 'attribute' => 'updated_by', 'value' => function ($model) { return $model->updatedBy->name; } ], ], ]) ?>