Welcome Guest, Not a member yet? Register   Sign In
Pagination over method parameters not working
#5

I have checked your website.
Pages with people tag throws 'No photo' message on page number 4 and above.
This is due to the following hard coded value in the above code.
$pager['total_rows'] = 200;

Dynamically count and set total rows like this.
$pager['total_rows'] = $this->photo_model->count_by_tag($slug);
(You may know this already because other pages programmed perfectly).
Reply


Messages In This Thread
RE: Pagination over method parameters not working - by karthik_code - 03-20-2015, 02:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB