John Cale

| Last Name | Cale |
|---|---|
| First Name | John |
| Born | 1942/03/09 |
| Died | — |
| Gender | |
| Tags | music, rock, UK, USA |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>