Welcome Guest, Not a member yet? Register   Sign In
Pagination problem with first page link
#2

[eluser]afshin[/eluser]
The problem has been solved

I changed my code to look like :

My base_url was :

Code:
$config['base_url'] = base_url() . 'method/page/';

So, I changed the code like below to have the first URL as I wish :

Code:
$config['base_url'] = base_url() . 'method/page/';
    $config['first_url'] = '1';
    $this->pagination->initialize($config);


Messages In This Thread
Pagination problem with first page link - by El Forum - 04-02-2012, 11:56 PM
Pagination problem with first page link - by El Forum - 04-03-2012, 02:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB