https://github.com/salithaucsc/ci_pagination
How to paginate a web page including records fetched from database
https://github.com/salithaucsc/ci_pagination
boootstrap codeigniter3 mysql php
Last synced: 2 months ago
JSON representation
How to paginate a web page including records fetched from database
- Host: GitHub
- URL: https://github.com/salithaucsc/ci_pagination
- Owner: SalithaUCSC
- License: mit
- Created: 2017-10-14T16:33:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T09:15:23.000Z (over 8 years ago)
- Last Synced: 2025-03-23T02:42:10.207Z (about 1 year ago)
- Topics: boootstrap, codeigniter3, mysql, php
- Language: HTML
- Homepage: https://salitha94.blogspot.com/2017/10/pagination-in-codeigniter.html
- Size: 1.82 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# CI_Pagination
## How to paginate a web page including records fetched from database
### Read the instructions below to the screenshots to run the project.

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".