pager.inc
Version 1.42 (checked in on 2005/03/31 at 09:25:33 by unconed)
Functions to aid in presenting database results as a set of pages.
Functions
| Name | Description |
|---|---|
| pager_link | Format a link to a specific query result page. |
| pager_load_array | |
| pager_query | Perform a paged database query. |
| theme_pager | Format a query pager. |
| theme_pager_detail | Format a summary of the current pager position, such as "6 through 10 of 52". |
| theme_pager_first | Format a "first page" link. |
| theme_pager_last | Format a "last page" link. |
| theme_pager_list | Format a list of nearby pages with additional query results. |
| theme_pager_next | Format a "next page" link. |
| theme_pager_previous | Format a "previous page" link. |
