From 86fc154eacc89e6672350adf092cbb01319c2737 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 5 Mar 2018 02:14:39 +0900 Subject: [PATCH] Update paginate.php --- helper/paginate.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/helper/paginate.php b/helper/paginate.php index fc3eea7..3492a4f 100644 --- a/helper/paginate.php +++ b/helper/paginate.php @@ -1,5 +1,12 @@ + * @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 = '';