Elvis Costello
| Last Name | Costello |
|---|---|
| First Name | Elvis |
| Born | 1954/08/25 |
| Died | — |
| Gender | |
| Tags | music, rock, UK |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>