getData('account'); $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(1 / 25); $footerView->setPage(1); $footerView->setResults(1); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Occupation') ?> | Sailor |
|---|---|
| = $this->getHtml('Birthday') ?> | 06.09.1934 |
| = $this->getHtml('Ranks') ?> | Gosling |
| = $this->getHtml('Email') ?> | = $this->printHtml($account->getAccount()->getEmail()); ?> |
| Address | |
| Private | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| Work | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| = $this->getHtml('Phone') ?> | |
| Private | +01 12345-4567 |
| Mobile | +01 12345-4567 |
| Work | +01 12345-4567 |
| = $this->getHtml('Registered') ?> | = $this->printHtml($account->getAccount()->getCreatedAt()->format('Y-m-d')); ?> |
| = $this->getHtml('LastLogin') ?> | = $this->printHtml($account->getAccount()->getLastActive()->format('Y-m-d')); ?> |
| = $this->getHtml('Status') ?> | = $this->printHtml($account->getAccount()->getStatus()); ?> |