$pagingObject
$pagingObject :
object
LISTCOMMON common functions for listing, searching, selecting etc. resources
pagingStyle( sql, listType, order, queryString, conditions = FALSE, joins = FALSE, conditionsOneField = FALSE, table = resource, subQ = FALSE) :
Set the paging object if paging is alphabetic or not
sql | ||
listType | ||
order | ||
queryString | ||
conditions | Array of conditions to SQL (default is FALSE) |
|
joins | Array of table joins to SQL (array(table => array(rightField, leftField)) (Default is FALSE) |
|
conditionsOneField | ||
table | default is 'resource' |
|
subQ | Optional SQL subquery for input to COUNT operations - default is FALSE |