app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(20); $footerView->setPage(1); $accounts = $this->getData('accounts'); ?>
$account) : $count++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}&id=' . $account->getAccount()->getId()); ?>
getHtml('Profiles') ?>
getHtml('ID', 0, 0); ?> getHtml('Name') ?> getHtml('Activity') ?>
printHtml($account->getAccount()->getId()); ?> printHtml($account->getAccount()->getName3() . ' ' . $account->getAccount()->getName2() . ' ' . $account->getAccount()->getName1()); ?> printHtml($account->getAccount()->getLastActive()->format('Y-m-d')); ?>
getHtml('Empty', 0, 0); ?>