pager_query

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call pager_query()

Namesort iconLocationDescription
aggregator_feed_items_loadmodules/aggregator/aggregator.pages.incLoad feed items by passing a SQL query.
blog_page_lastmodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
comment_admin_overviewmodules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
comment_rendermodules/comment/comment.moduleRenders comment(s).
dblog_overviewmodules/dblog/dblog.admin.incMenu callback; displays a listing of log messages.
dblog_topmodules/dblog/dblog.admin.incMenu callback; generic function to display a page of the most frequent dblog events of a specified type.
do_searchmodules/search/search.moduleDo a query on the full-text search index for a word or words.
node_admin_nodesmodules/node/node.admin.incForm builder: Builds the node administration overview.
node_page_defaultmodules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
pager_queryincludes/pager.incPerform a paged database query.
path_admin_overviewmodules/path/path.admin.incReturn a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
poll_pagemodules/poll/poll.pages.incMenu callback to provide a simple list of all polls available.
poll_votesmodules/poll/poll.pages.incCallback for the 'votes' tab for polls you can see other votes on
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
statistics_recent_hitsmodules/statistics/statistics.admin.incMenu callback; presents the "recent hits" page.
statistics_top_pagesmodules/statistics/statistics.admin.incMenu callback; presents the "top pages" page.
statistics_top_referrersmodules/statistics/statistics.admin.incMenu callback; presents the "referrer" page.
statistics_top_visitorsmodules/statistics/statistics.admin.incMenu callback; presents the "top visitors" page.
system_actions_managemodules/system/system.moduleMenu callback. Display an overview of available and configured actions.
taxonomy_overview_termsmodules/taxonomy/taxonomy.admin.incForm builder for the taxonomy terms overview.
taxonomy_select_nodesmodules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
tracker_pagemodules/tracker/tracker.pages.incMenu callback. Prints a listing of active nodes on the site.
user_admin_accountmodules/user/user.admin.incForm builder; User administration page. See alsouser_admin_account_validate()
user_searchmodules/user/user.moduleImplementation of hook_search().
_locale_translate_seekincludes/locale.incPerform a string search and display results in a table

Functions called by pager_query()

Namesort iconLocationDescription
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
db_query_rangeincludes/database.pgsql.incRuns a limited-range query in the active database.
db_resultincludes/database.pgsql.incReturn an individual result field from the previous query.
pager_queryincludes/pager.incPerform a paged database query.
 
 

Drupal is a registered trademark of Dries Buytaert.