Welcome Guest, Not a member yet? Register   Sign In
Problem in pagination class link display
#1

[eluser]oldrock[/eluser]
Hi,

when i use the pagination helper , i am not getting the current link highlighted.

(i.e) when i am in second page i need number 2 in that pagination link to be highlighted and i should not get href for that 2 . how can i achieve the above using the pagination class.

can anybody please give me the solution please . i have mentioned my configuration lines below.
Code:
$config['base_url'] = base_url()."onboard.php/onboard/createrp/relyingpartylist/page/";
            $config['total_rows'] = $RelDataIn['ResultsCount'];
            $config['per_page'] = '5';
            $config['cur_tag_open'] = '<b>';
            $config['cur_tag_close'] = '</b>';
            $config['page_query_string'] = FALSE;
            $this->pagination->initialize($config);

Thanks in advance


Messages In This Thread
Problem in pagination class link display - by El Forum - 05-30-2011, 11:30 PM
Problem in pagination class link display - by El Forum - 05-30-2011, 11:50 PM
Problem in pagination class link display - by El Forum - 05-30-2011, 11:52 PM
Problem in pagination class link display - by El Forum - 05-31-2011, 12:12 AM
Problem in pagination class link display - by El Forum - 05-31-2011, 12:28 AM
Problem in pagination class link display - by El Forum - 05-31-2011, 10:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB