Welcome Guest, Not a member yet? Register   Sign In
Load pagination config from file
#1

[eluser]Felipe Diesel[/eluser]
Hi,

I have upgraded CI to 1.6.2 and the config under config/pagination.php is not being loaded when I show pagination.

This is my config file:
Code:
<?php

$config['per_page'] = 50;
$config['num_links'] = 5;
$config['first_link'] = '<<';
$config['last_link'] = '>>';
$config['full_tag_open'] = '<div class="pagination">';
$config['full_tag_close'] = '</div>';

'per_page' is loading, but the rest no, still CI default.


Messages In This Thread
Load pagination config from file - by El Forum - 05-23-2008, 06:45 AM
Load pagination config from file - by El Forum - 05-23-2008, 11:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB