Welcome Guest, Not a member yet? Register   Sign In
Can you check my pagination?[SOLVED]
#2

Did you check if the uri segment 3 is really the one that refers to the page number?
You pagination base_url is base_url() . 'blog'. Does this refer to the controller or the method 'blog' inside the controller? If your controller is also named "Blog", the url should be: base_url() . 'blog/blog'. Or base_url('blog/blog').
Or do you have a route that handles the blog/blog url to just blog? In that case, the page segment must be 2 instead of 3.
Reply


Messages In This Thread
RE: Can you check my pagination? - by Wouter60 - 02-08-2017, 11:48 PM
RE: Can you check my pagination? - by kirasiris - 02-09-2017, 12:53 AM
RE: Can you check my pagination? - by Wouter60 - 02-09-2017, 05:42 AM
RE: Can you check my pagination? - by kirasiris - 02-09-2017, 06:12 AM
RE: Can you check my pagination? - by Wouter60 - 02-09-2017, 08:56 AM
RE: Can you check my pagination? - by kirasiris - 02-09-2017, 06:25 PM
RE: Can you check my pagination? - by Wouter60 - 02-09-2017, 11:40 PM
RE: Can you check my pagination? - by kirasiris - 02-10-2017, 12:50 PM
RE: Can you check my pagination? - by pdthinh - 02-10-2017, 10:01 PM
RE: Can you check my pagination? - by kirasiris - 02-10-2017, 10:46 PM
RE: Can you check my pagination? - by pdthinh - 02-10-2017, 11:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB