Welcome Guest, Not a member yet? Register   Sign In
Pagination current URL.
#6

[eluser]Thomas Edwards[/eluser]
Here’s a page: http://www.unionplus.co.uk/test/pages/

Here’s the code:
Code:
function pages()
{
$this->load->library('pagination');

$config['base_url'] = "/test/pages/";
$config['total_rows'] = 5;
$config['per_page'] = 2;
$config['num_links'] = 20;
$config['uri_segment'] = 3;

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

echo $this->pagination->create_links();
}


Messages In This Thread
Pagination current URL. - by El Forum - 10-13-2010, 09:31 AM
Pagination current URL. - by El Forum - 10-13-2010, 09:34 AM
Pagination current URL. - by El Forum - 10-13-2010, 09:40 AM
Pagination current URL. - by El Forum - 10-13-2010, 09:46 AM
Pagination current URL. - by El Forum - 10-13-2010, 09:49 AM
Pagination current URL. - by El Forum - 10-13-2010, 09:52 AM
Pagination current URL. - by El Forum - 10-13-2010, 09:58 AM
Pagination current URL. - by El Forum - 10-13-2010, 10:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB