Added pagenation to front-end members list
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 16 Dec 2016 20:56:13 +0000 (15:56 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 16 Dec 2016 20:56:13 +0000 (15:56 -0500)
commit99487b27af6688bfa9ba3bab4714b75cf3d200c9
tree1d30a031c782af748fdd996a7971585d28b00599
parentff95073114e692b4c4630d2d2f959f71a311cbc7
Added pagenation to front-end members list
  models/front/members/list.php - added code to support the data abstract pagenation feature
  views/front/members/list.html - added next and previous buttons and display progress of pagenation "nn to nn of nnnn"
  models/admin/management/import/members.php - also pulled a couple lines of unused code unrelated to pagenation
  lib/GlmDataAbstract/DataAbstract.php - fixed one problem with pagenationm feature that would miss one per page if using PseudoRandom ordering
lib/GlmDataAbstract/DataAbstract.php
models/admin/management/import/members.php
models/front/members/list.php
views/front/members/list.html