Alfred Hitchcock

| Last Name | Hitchcock |
|---|---|
| First Name | Alfred |
| Born | 1899/08/13 |
| Died | 1980/04/28 |
| Gender | |
| Tags | film, director, UK |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>