dbms_primeidc_init...1
This commit is contained in:
parent
77a9bbdb34
commit
d86b67f6de
@ -90,10 +90,9 @@ class PaymentController extends ClientController
|
|||||||
$this->getServiceService()->getModel()->setContinue(true);
|
$this->getServiceService()->getModel()->setContinue(true);
|
||||||
$this->total = $this->getServiceService()->getCount();
|
$this->total = $this->getServiceService()->getCount();
|
||||||
$this->entities = $this->getServiceService()->getEntities();
|
$this->entities = $this->getServiceService()->getEntities();
|
||||||
// $total = count($temps);
|
$this->page = $parmas['page'] ?? 1;
|
||||||
// $page = $parmas['page'] ?? 1;
|
$this->perPage = $parmas['perPage'] ?? 10;
|
||||||
// $perPage = $parmas['perPage'] ?? 10;
|
$this->pagination = new Pagination($this->total, (int)$this->page, (int)$this->perPage);
|
||||||
// $this->pagination = new Pagination($total, (int)$page, (int)$perPage);
|
|
||||||
return $this->render(path: __FUNCTION__);
|
return $this->render(path: __FUNCTION__);
|
||||||
}
|
}
|
||||||
} //Class
|
} //Class
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user