* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(20); $footerView->setPage(1); $clients = $this->getData('client'); echo $this->getData('nav')->render(); ?>
| = $this->getText('ID', 0, 0); ?> | = $this->getText('Name1'); ?> | = $this->getText('Name2'); ?> | = $this->getText('Name3'); ?> | = $this->getText('City'); ?> | = $this->getText('Zip'); ?> | = $this->getText('Address'); ?> | = $this->getText('Country'); ?> |
| = $footerView->render(); ?> | |||||||
| = $value->getNumber(); ?> | = $value->getProfile()->getAccount()->getName1(); ?> | = $value->getProfile()->getAccount()->getName2(); ?> | = $value->getProfile()->getAccount()->getName3(); ?> | ||||
| = $this->getText('Empty', 0, 0); ?> | |||||||