Guest User

Untitled

a guest
Jun 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. class My_Reservation_Repository {
  2. /***/
  3. public function getReservationsReportWithPagination(Zend_Pagination $pagination) {
  4. // retrieve the results from the database table(s)
  5. // with Zend_Paginator_Adapter_DbSelect
  6.  
  7. $paginator->setAdapter($adapter);
  8. // return the paginator
  9. return $paginator;
  10. }
  11. }
Add Comment
Please, Sign In to add comment