Class Call:
include_once("core/list/LISTCOMMON.php");
new LISTCOMMON(DATABASE OBJECT: $db, [ASSOC_ARRAY: $vars]);
$db is the database object created in index.php and $vars is an associative array of user input also obtained in index.php.
$sqlTotalString is a SQL SELECT string defining the total number of resources in the paging system before it is broken down to smaller pages.
Methods:
listResources()
userBibCondition()