Sergio Leone
| Last Name | Leone |
|---|---|
| First Name | Sergio |
| Born | 1929/01/03 |
| Died | 1989/04/30 |
| Gender | |
| Tags | film, director, Italy |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>