Welcome Guest, Not a member yet? Register   Sign In
class pagination produce wrong page links
#1

[eluser]Unknown[/eluser]
hai

i am using CI Version 2.0.0

i try to create pagination in my controller

Code:
$this->load->library('pagination');
$config['uri_segment'] = 4;
$config['base_url'] = 'http://example.com/index.php/test/page/';
$config['total_rows'] = '6';
$config['per_page'] = '5';

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

$this->pagination->create_links();

its produce paginatoin link is

1 2 >

its produce wrong page link 'http://example.com/index.php/test/page/5'


Messages In This Thread
class pagination produce wrong page links - by El Forum - 09-08-2010, 12:44 AM
class pagination produce wrong page links - by El Forum - 09-08-2010, 02:54 AM
class pagination produce wrong page links - by El Forum - 09-08-2010, 03:38 AM
class pagination produce wrong page links - by El Forum - 09-08-2010, 05:27 AM
class pagination produce wrong page links - by El Forum - 09-08-2010, 09:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB