PHP Classes

Variables

Recommend this page to a friend!

      PHP Pagination Library  >  All threads  >  Variables  >  (Un) Subscribe thread alerts  
Subject:Variables
Summary:Description of variables
Messages:2
Author:Waldemar
Date:2022-04-02 18:31:36
 

  1. Variables   Reply   Report abuse  
Picture of Waldemar Waldemar - 2022-04-02 18:31:37
Hi:
Will you please describe variables and their use ($totalPage and $currPage)

Thanks for your help

  2. Re: Variables   Reply   Report abuse  
Picture of Kemal GENIS Kemal GENIS - 2022-04-06 11:45:18 - In reply to message 1 from Waldemar
$totalPage -> Total number of pages that need to be paginated
$currPage -> Active page
$pageLimit -> The number of page numbers desired to appear on the right and left of the active page in the abbreviation process in multi-page pagination
$pageGetVar -> GET parameter to capture the active page
$showFirstLast -> Whether to show the first and last statements
$showPrevNext -> Whether to show before and after statements
$currLang -> To specify the language of the indicators.