Welcome Guest, Not a member yet? Register   Sign In
Pagination only displays the first 10 records
#4

if you use $this->pagination->initialize($config), $this->pagination->create_links(), you are using codeigniter´s pagination library.

what´s the url of your first pagination page?
Also, the limit function first parameter should be per_page, and the second the number of row to start listing = (page-1)*per_page.
Reply


Messages In This Thread
RE: Pagination only displays the first 10 records - by Edel - 08-18-2017, 11:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB