Update paginate.php

This commit is contained in:
Namhyeon Go 2018-03-05 02:14:39 +09:00 committed by GitHub
parent 035822fd77
commit 86fc154eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,12 @@
<?php
// pagination
/**
* @file paginate.php
* @date 2018-01-01
* @author Go Namhyeon <gnh1201@gmail.com>
* @brief Page navigation helper for ReasonableFramework
* @cvs http://github.com/gnh1201/reasonableframework
*/
if(!function_exists('paginate')) {
private function paginate($item_per_page, $current_page, $total_records, $total_pages, $page_url, $qry='') {
$pagination = '';