Tag Archives: simple pagination

Pagination in Codeigniter

Step1:create a database users with fields id,username,city and make necessary changes in the config.php file if required or else you can use the steps mentioned here below http://mydoubts.in/blog/username-validation-using-codeigniter-check-the-username-in-the-databse-for-validating-a-user/ step2:create a controler pagination.php

Step2: create view file mylist.php

Step3: create a model file paginationdata.php