$offset not working for pagination codeigniter
I am trying to implement Pagination into my searchresults page. I've asked this question yesterday with no succes Records not limited on searchpage using codeigniter pagination and the problem I have now is a bit different. Situation My pagination links are working and i see the url change like this: http://example.com/home/searchresults/2 (for the second page of pagination) etc. But all the searchresults are shown. When I edit the limit to 1 I get more links, so that's working properly. Question What could be this stupid problem? I think it has to do with my Total_rows My controller: function