Ada Lovelace
| Last Name | Lovelace |
|---|---|
| First Name | Ada |
| Born | 1815/12/10 |
| Died | 1852/11/27 |
| Gender | |
| Tags | UK, mathematics, computer science |
<?php
use ...
?>
<?= DetailView::widget([
'model' => $model,
'attributes' => [
'last_name:ntext',
// ...
'tagLinks:html'
],
]) ?>