Example code for creating a paginated result set using PHP and AJAX. Specifically makes use of jQuery, Silex and PDO. This code was written as a companion for a SitePoint article.
- Apache >= 2.2
- PHP >= 5.2
- Your favourite database software
- Install dependencies using Composer
- Set up test database
- Modify database access details in
index.php