[eluser]Fero[/eluser]
I have found first bug. This must be fixed to $this->db->limit(3,$start_result)
[eluser]TheFuzzy0ne[/eluser]
OK, you've lost me. I don't understand why that would be the case.
If you specify "recenzie" as the category, then that the results should be from that category; assuming that "kategoria" is the name of the category field in your database table?
[eluser]TheFuzzy0ne[/eluser]
[quote author="Fero" date="1235955295"]I have found first bug. This must be fixed to $this->db->limit(3,$search_result);[/quote]
Holy poop on a stick, you're right! I am constantly getting those back to front.
[eluser]TheFuzzy0ne[/eluser]
You're getting there. Just need to fix the pagination on the first page, when a category isn't specified.
[eluser]Fero[/eluser]
Fuzzy, nice, but paginating works, however the paginiation links do not get generated .. I tried to echo echo $this->pagination->create_links(); right after initialization but it realyl doesn't make anything out of it.. on the seconds page.
Pagination links ARE on the first page of category webpage but they do not appear on the second page.
[eluser]TheFuzzy0ne[/eluser]
OK, please can I see your model method again now you've made some modifications?