Welcome Guest, Not a member yet? Register   Sign In
Paging on multi tabbed pages
#1

[eluser]myjeep_2003[/eluser]
I am using 3 tabs to display data of different categories. Category 1= basic_network,
Category 2 = advanced network and Category 3= expert network


Code:
$this->load->library('pagination');
    $config['base_url'] = base_url().'index.php/welcome/pages/';
    $config['per_page'] = 5;

For Cat my 1
$config['total_rows'] = $this->user_projects->count_basic_network(user_ID);

For my Cat 2
$config['total_rows'] = $this->user_projects->count_advanced_network(user_ID);

For my Cat 3
my $config['total_rows'] = $this->user_projects->count_expert_network(user_ID);


$this->pagination->initialize($config);

How can I accomplish this...............?



Messages In This Thread
Paging on multi tabbed pages - by El Forum - 05-14-2012, 03:02 PM
Paging on multi tabbed pages - by El Forum - 05-14-2012, 10:01 PM
Paging on multi tabbed pages - by El Forum - 05-15-2012, 09:53 AM
Paging on multi tabbed pages - by El Forum - 05-16-2012, 12:19 AM
Paging on multi tabbed pages - by El Forum - 05-16-2012, 03:52 PM
Paging on multi tabbed pages - by El Forum - 05-16-2012, 07:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB