68 Classifieds API

Features
class tree: 68Classifieds | index: 68Classifieds | all elements

 Class Pagination

Description

Handles the paging throughout the system.

Located in /includes/classes/kernel/Pagination.php (line 21)


	
			
Method Summary
 void paging (int $numrows)
 void querystring (array $sortable)
Methods
paging (line 50)

Setup Paging

void paging (int $numrows)
  • int $numrows: The number of rows.
querystring (line 30)

Dynamically Adds sortable fields

void querystring (array $sortable)
  • array $sortable: An array of sortable fields.