Skip to content

Instantly share code, notes, and snippets.

View Tooools's full-sized avatar

Andrii To3ls Tooools

  • T3s.Web
  • Kherson,UA
View GitHub Profile
@Tooools
Tooools / Pagination v.Alfa
Created November 18, 2016 22:50
Pagination [PHP] : {Procedural programming only}
/* Без комментариев
------------------
Without comments */
function pagination($transmit = array()){
$params = array("amount" => 0,
"current_page" => 1,
"params" => array(),
"space" => 3,