https://github.com/par7133/fastpagination
FastPagination class, the smart Pagination class - BSD License
https://github.com/par7133/fastpagination
class fast-to-implement fastpagination opensource pagination php
Last synced: 5 months ago
JSON representation
FastPagination class, the smart Pagination class - BSD License
- Host: GitHub
- URL: https://github.com/par7133/fastpagination
- Owner: par7133
- License: bsd-3-clause
- Created: 2020-02-18T03:14:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T07:14:49.000Z (8 months ago)
- Last Synced: 2025-04-25T08:26:27.918Z (8 months ago)
- Topics: class, fast-to-implement, fastpagination, opensource, pagination, php
- Language: PHP
- Homepage: http://5mode.com
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FastPagination
FastPagination class
@package OpenGallery http://github.com/par7133
@author Daniele Bonini
@version 1.0
@phpver 5.6 to 7.3
@access public
@note The class rendering the output controls is making use of Bootstrap.
Furthermore, FastPagination is making use of the class FastErr part of OpenGallery
and developed by me http://github/par7133
Given a div container 'pagination-row', a $cssClass 'pagination' and a $cssClassActivePage named 'active'
an example of css customization could be the following:
.pagination-row {
display: table;
content: ' ';
width:100%;
padding-right: 12%;
}
.pagination {
float:right;
}
.pagination > .active > a {
background: #3366CC;
font-weight: 400;
}
.pagination > .active > a:focus {
background: #0D62AA;
color: white;
}
.pagination > .active > a:hover {
background: #0D62AA;
cursor: pointer;
color: white;
}
.pagination > li > a {
color: #677a85;
font-size: 17px;
}
.pagination > li > a:hover {
color: #677a85;
}
.pagination > li > a:focus {
color: #677a85;
}
For any need of software additions, plugins and improvements please write to info@5mode.com
To help please donate by clicking https://gaox.io/l/dona1 and filling the form.
Feedback: code@gaox.io