Public Member Functions | |
__construct ($list_count, $page=NULL, $page_count=NULL, $offset=NULL) | |
isPageHandler () | |
getOffset () | |
getLimit () | |
toString () | |
Public Attributes | |
$start | |
$list_count | |
$page_count | |
$page | |
Definition at line 9 of file Limit.class.php.
Limit::__construct | ( | $list_count, | |
$page = NULL , |
|||
$page_count = NULL , |
|||
$offset = NULL |
|||
) |
constructor
int | $list_count | |
int | $page | |
int | $page_count | |
int | $offset |
Definition at line 44 of file Limit.class.php.
Limit::getLimit | ( | ) |
Definition at line 82 of file Limit.class.php.
Limit::getOffset | ( | ) |
Definition at line 77 of file Limit.class.php.
Limit::isPageHandler | ( | ) |
In case you choose to use query limit in other cases than page select
Definition at line 65 of file Limit.class.php.
Limit::toString | ( | ) |
Definition at line 87 of file Limit.class.php.
Limit::$list_count |
Definition at line 22 of file Limit.class.php.
Limit::$page |
Definition at line 34 of file Limit.class.php.
Limit::$page_count |
Definition at line 28 of file Limit.class.php.
Limit::$start |
Definition at line 16 of file Limit.class.php.