Welcome Guest, Not a member yet? Register   Sign In
Pagination
#1

« First  < 1 2 3 4 5 >  Last »


PHP Code:
$this->load->library('pagination');

$config['base_url'] = 'http://example.com/index.php/test/page/';
$config['total_rows'] = 200;
$config['per_page'] = 20;

$this->pagination->initialize($config);

echo 
$this->pagination->create_links(); 


Can anyone help me explain how to create paging with CI 3 ?

What is ?

PHP Code:
$config['total_rows'] = 200;
$config['per_page'] = 20

what is 20 ?

and what is 200 ?

Thanks in advance.
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
Pagination - by davy_yg - 04-19-2016, 02:51 AM
RE: Pagination - by InsiteFX - 04-19-2016, 03:54 AM
RE: Pagination - by davy_yg - 04-19-2016, 07:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB