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 = '';