WIKINDX METHODS

Method:
linksInfo()

Class:
PAGING

Method Call:
include_once("core/paging/PAGING.php");
$paging = new PAGING($dbObject, $varsInput, $sqlTotalString);
STRING $paging->linksInfo();

Description:
Returns a formatted string such as 'Displaying $pagingStart - $pagingEnd of $pagingTotal' where the $pagingXxxxx variables are internal to the PAGING class.

Usage:
See links() for an example.

WIKINDX home      WIKINDX usage      WIKINDX classes