01-09-2010, 10:05 PM
[eluser]dadamssg[/eluser]
i think something is wrong with my $config. No clue what though
i think something is wrong with my $config. No clue what though
Code:
$this->load->library('pagination');
$config['base_url'] = 'http://mysite.com/mains/index/';
$config['total_rows'] = $this->db->count_all('test');
$config['per_page'] = '5';
$this->pagination->initialize($config);