├── README.md ├── composer.json ├── example ├── db.sql └── example_pdo.php └── src └── Pagination.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenGriffiths/pdo-mysqli-pagination/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenGriffiths/pdo-mysqli-pagination/HEAD/composer.json -------------------------------------------------------------------------------- /example/db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenGriffiths/pdo-mysqli-pagination/HEAD/example/db.sql -------------------------------------------------------------------------------- /example/example_pdo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenGriffiths/pdo-mysqli-pagination/HEAD/example/example_pdo.php -------------------------------------------------------------------------------- /src/Pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenGriffiths/pdo-mysqli-pagination/HEAD/src/Pagination.php --------------------------------------------------------------------------------