WIKINDX METHODS
Method:
sqlLimit()
Class:
PAGING
Method Call:
include_once("core/paging/PAGING.php");
$paging = new PAGING($dbObject, $varsInput);
STRING $paging->sqlLimit();
Description:
Returns either FALSE, indicating there is no limit (user paging preferences set to '-1') or a SQL LIMIT clause such as
"LIMIT 20, 30".
Usage:
See links() for an example.
WIKINDX home
WIKINDX usage
WIKINDX classes