Class awPaging

Description

Specifies the page of results to return in the response. A page is specified by the result position to start at and the maximum number of results to return.

Located in /classes/cm/Paging.php

awComplexObject
   |
   --awPaging
Variable Summary
Variables
int $numberResults

Maximum number of results to return in this page. Set this to a reasonable value to limit the number of results returned per page.

<span class="constraint InRange">This field must be greater than or equal to 0.</span>

int $startIndex

Index of the first result to return in this page.

<span class="constraint InRange">This field must be greater than or equal to 0.</span>

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_checkFields
awComplexObject::$_row
Methods

Documentation generated on Fri, 23 Mar 2012 13:44:08 +0200 by phpDocumentor 1.4.3