Procedures for paginating a datasource
pagination::get_total_pages
pagination::page_number_links
pagination::paginate_query
* indicates required
Public Methods:| pagination::get_total_pages by Michael Pih | ||
| Gets the number of pages returned by a query PRE: requires {$sql} 
 
 | 
| pagination::page_number_links by Michael Pih | ||||
| Generate HTML for navigating pages of a datasource 
 
 | 
| pagination::paginate_query by Michael Pih | ||||
| Paginates a query 
 
 | 
Private Methods:
| pagination::get_rows_per_page | 
| Returns the number of rows per page | 
| pagination::ns_set_to_url_vars by Michael Pih | ||
| Converts an ns_set into a list of url variables 
 
 | 
* indicates required