Skip to content

Instantly share code, notes, and snippets.

@bizsimon
bizsimon / simple-pagination.php
Last active July 2, 2020 21:36
Simple Pagination in PHP
/**
* Simple Pagination function with range dots
* Based on https://gist.github.com/kottenator/9d936eb3e4e3c3e02598
* All credits go to https://gist.github.com/kottenator
*
* @param $curPage
* @param $lastPage
* @param int $delta
* @return array
*/