Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 835 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 835 Bytes

CI_Pagination

How to paginate a web page including records fetched from database

Read the instructions below to the screenshots to run the project.

cipg

  1. Download the zip file.
  2. Extract it and rename as CIPagination.
  3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
  4. Create a new database called pagination and select it.
  5. Then import the SQL file included in the project folder called pagination.sql.
  6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
  7. Create a new folder called Projects.
  8. Now move the CIPagination folder into it.
  9. Type the URL for the project as - "http://localhost/Projects/CIPagination".