Welcome Guest, Not a member yet? Register   Sign In
Problem in Pagination
#2

[eluser]Thorpe Obazee[/eluser]
[quote author="zombica" date="1246014496"]
Code:
$config['base_url'] =base_url().$this->config->item('index_page').'/'.'users/users_view'
;[/quote]

it could be easier to just use. site_url('users/users_view');

Anyway, try $this->uri->segment(3) here

Code:
$data[‘alluserList’] = $this->usermodel->get_all_user($config[‘per_page’],$this->uri->segment(4),$user_id);


Messages In This Thread
Problem in Pagination - by El Forum - 06-26-2009, 12:08 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:18 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:20 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:25 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:26 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:28 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:33 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:48 AM
Problem in Pagination - by El Forum - 06-26-2009, 12:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB