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

[eluser]web-johnny[/eluser]
There is a solution for this . Actually in my pagination function I do it like this:
Code:
$this->db->where(....mpla mpla...)->order_by(...)->limit(....)..etc;
$my_db_results  = $this->db->get();

$count_results = $my_db_results->num_rows();
$get_results = $my_db_results->result();


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