https://github.com/znframework/package-pagination
ZN Framework Pagination Package
https://github.com/znframework/package-pagination
Last synced: 6 months ago
JSON representation
ZN Framework Pagination Package
- Host: GitHub
- URL: https://github.com/znframework/package-pagination
- Owner: znframework
- License: mit
- Created: 2018-01-19T12:25:37.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-05T14:16:10.000Z (6 months ago)
- Last Synced: 2025-01-05T14:38:29.208Z (6 months ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
ZN Framework Pagination Package
Follow the steps below for installation and use.Installation
You only need to run the following code for the installation.```
composer require znframework/package-pagination
```Documentation
Click for documentation of your library.Example Usage
Basic level usage is shown below.```php
persons();Output::display($persons->result());
Output::display($persons->pagination('index.php'));
```