Closed GoogleCodeExporter closed 8 years ago
if you are using this
'http://www.your-site.com/index.php/test/page/';
then you should have
$config['uri_segment'] = 3;
$config['base_url'] = base_url() . 'test/page';
$config['total_rows'] = '200';
$config['per_page'] = '20';
The $config['uri_segment'] is very important because we use another uri pattern
Original comment by heriniai...@gmail.com
on 12 May 2009 at 3:26
Thank you very much, it worked.
Thanks alot!
Original comment by pmw...@gmail.com
on 12 May 2009 at 3:42
Original comment by heriniai...@gmail.com
on 23 Jun 2009 at 10:03
Original issue reported on code.google.com by
pmw...@gmail.com
on 12 May 2009 at 3:16