Welcome Guest, Not a member yet? Register   Sign In
Pagination config problem
#4

[eluser]CI_Newb[/eluser]
[quote author="SPeed_FANat1c" date="1289586724"]with this line

Code:
$config['total_rows'] = $this->db->count_all('data');

you count all rows from table 'data'.

You need to run this

Code:
$data['search'] = $this->search_model->admin_search($config['per_page'],$this->uri->segment(3));

and then you can set $config['total_rows'] that way:

Code:
$config['total_rows'] = $data['search']->num_rows();

I didn't try but I think it should work.[/quote]

So I run it once to get the total rows then im running it again to pass to the view?


Messages In This Thread
Pagination config problem - by El Forum - 11-11-2010, 09:38 PM
Pagination config problem - by El Forum - 11-12-2010, 06:32 AM
Pagination config problem - by El Forum - 11-12-2010, 07:20 AM
Pagination config problem - by El Forum - 11-13-2010, 08:25 PM
Pagination config problem - by El Forum - 11-14-2010, 01:58 AM
Pagination config problem - by El Forum - 11-15-2010, 01:12 AM
Pagination config problem - by El Forum - 11-15-2010, 01:51 AM
Pagination config problem - by El Forum - 11-15-2010, 03:40 AM
Pagination config problem - by El Forum - 11-15-2010, 03:48 AM
Pagination config problem - by El Forum - 11-15-2010, 04:13 AM
Pagination config problem - by El Forum - 11-15-2010, 04:42 AM
Pagination config problem - by El Forum - 11-15-2010, 05:53 AM
Pagination config problem - by El Forum - 11-15-2010, 06:02 AM
Pagination config problem - by El Forum - 11-15-2010, 06:06 AM
Pagination config problem - by El Forum - 11-15-2010, 06:18 AM
Pagination config problem - by El Forum - 11-15-2010, 07:41 AM
Pagination config problem - by El Forum - 11-15-2010, 08:20 AM
Pagination config problem - by El Forum - 11-15-2010, 08:43 AM
Pagination config problem - by El Forum - 11-15-2010, 08:59 AM
Pagination config problem - by El Forum - 11-15-2010, 09:51 AM
Pagination config problem - by El Forum - 11-15-2010, 10:43 AM
Pagination config problem - by El Forum - 11-15-2010, 11:11 AM
Pagination config problem - by El Forum - 11-15-2010, 11:23 AM
Pagination config problem - by El Forum - 11-15-2010, 11:31 AM
Pagination config problem - by El Forum - 11-26-2010, 10:21 PM
Pagination config problem - by El Forum - 11-29-2010, 02:03 AM
Pagination config problem - by El Forum - 11-29-2010, 02:45 AM
Pagination config problem - by El Forum - 11-29-2010, 03:07 AM
Pagination config problem - by El Forum - 11-29-2010, 03:08 AM
Pagination config problem - by El Forum - 11-29-2010, 03:10 AM
Pagination config problem - by El Forum - 11-29-2010, 03:11 AM
Pagination config problem - by El Forum - 11-29-2010, 03:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB