Welcome Guest, Not a member yet? Register   Sign In
problem with pagination
#1

[eluser]keevitaja[/eluser]
i have a problem with pagination. somehow it doesn't recognize on which page i'm on. it's allways showing the first page as active (just bold number 1). otherwise it works...
Code:
$config['per_page'] = 2;
$config['base_url'] = site_url('campaigns');
$config['total_rows'] = $this->campaigns_model->count_campaigns();

$this->pagination->initialize($config);
    
$view['pagination'] = $this->pagination->create_links();

am i missing something?




Theme © iAndrew 2016 - Forum software by © MyBB