Welcome Guest, Not a member yet? Register   Sign In
count all results pagination problem
#2

[eluser]Dave @ Exp:resso[/eluser]
I came across this while searching for how to count all results for a query excluding the limit.

Anyway, taking a compete stab in the dark here, but perhaps it is because you are specifying the table in the get() function? Have you tried

Code:
$this->db->from('liveauctions');
$this->db->limit($per_page, $offset);

as separate lines, and then just using

Code:
$this->db->get();
$this->db->count_all_results();

?


Messages In This Thread
count all results pagination problem - by El Forum - 06-09-2011, 11:46 AM
count all results pagination problem - by El Forum - 06-11-2011, 10:15 PM
count all results pagination problem - by El Forum - 06-12-2011, 02:31 PM
count all results pagination problem - by El Forum - 06-12-2011, 03:03 PM
count all results pagination problem - by El Forum - 06-13-2011, 05:00 AM
count all results pagination problem - by El Forum - 06-13-2011, 04:28 PM
count all results pagination problem - by El Forum - 06-30-2011, 01:38 PM
count all results pagination problem - by El Forum - 06-30-2011, 05:14 PM
count all results pagination problem - by El Forum - 07-08-2011, 01:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB