| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 152 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Vtiger_Paging_Model:: (10 methods):
getCurrentPage()
getNextPage()
getPageLimit()
getStartIndex()
getRecordStartRange()
getRecordEndRange()
getRecordRange()
isPrevPageExists()
isNextPageExists()
calculatePageRange()
Class: Vtiger_Paging_Model - X-Ref
Vtiger Paging Model Class| getCurrentPage() X-Ref |
| Function to get the current page number return: <Number> |
| getNextPage() X-Ref |
| Function to get the Next page number return: <Number> |
| getPageLimit() X-Ref |
| Function to get the limit on the number of records per page return: <Number> |
| getStartIndex() X-Ref |
| No description |
| getRecordStartRange() X-Ref |
| Retrieves start sequence number of records in the page return: <Integer> |
| getRecordEndRange() X-Ref |
| Retrieves end sequence number of records in the page return: <Integer> |
| getRecordRange() X-Ref |
| Retrieves start and end sequence number of records in the page return: <array> - array of values |
| isPrevPageExists() X-Ref |
| Function to specify if previous page exists return: <Boolean> - true/false |
| isNextPageExists() X-Ref |
| Function to specify if next page exists return: <Boolean> - true/false |
| calculatePageRange($recordList) X-Ref |
| calculates page range param: <type> $recordList - list of records which is show in current page return: Vtiger_Paging_Model - |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |