app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(20); $footerView->setPage(1); $accounts = $this->getData('accounts'); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Activity') ?> |
| = $this->printHtml($account->getAccount()->getId()); ?> | = $this->printHtml($account->getAccount()->getName3() . ' ' . $account->getAccount()->getName2() . ' ' . $account->getAccount()->getName1()); ?> | = $this->printHtml($account->getAccount()->getLastActive()->format('Y-m-d')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||