Frank Gehry

| Last Name | Gehry |
|---|---|
| First Name | Frank |
| Born | 1929/02/28 |
| Died | 2025/12/05 |
| Gender | |
| Tags | architecture, USA |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>