Welcome Guest, Not a member yet? Register   Sign In
Next and Previous Pagination
#2

[eluser]Sanjay Sarvaiya[/eluser]
First of all you have to load pagination library for pagination
Code:
$this->load->library('pagination');
after that initialize you settings and define per page items as
Code:
$config['per_page'] = 20;
.


during pagination have you got any error?


Messages In This Thread
Next and Previous Pagination - by El Forum - 06-19-2012, 10:11 PM
Next and Previous Pagination - by El Forum - 06-19-2012, 10:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB