![]() |
CI Pagination using db result object - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: CI Pagination using db result object (/showthread.php?tid=9080) |
CI Pagination using db result object - El Forum - 06-11-2008 [eluser]Skuja[/eluser] Hello, i am making complex search query and i'm stuck with a way how to paginate it with CI pagination class. So i have successfully retrieved db query result object and set the total_rows nad other neccesary pagination config params. And i wonder how to get the pagination result form this object instead of running the query again with setting page number and offset. |