Jump to content

Pagination and long users list?


FuturShoc
 Share

Recommended Posts

We're trying to build a "Members" page, with pagination of the 2,000+ user profiles.

The pagination links are showing up as expected and some results are being displayed. And the URL does change correctly as page links are clicked.

However, the pagination links themselves aren't changing the content of the page. It always just shows the first page of results.

$results = $users->find("id>1, start=0, limit=24, sort=name");
$pagination = $results->renderPager();
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...