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
blog_page_lastdrupal/modules/blog/blog.moduleDisplays a Drupal page containing recent blog entries of all users.
blog_page_lastdrupal/modules/blog/blog.moduleDisplays a Drupal page containing recent blog entries of all users.
blog_page_userdrupal/modules/blog/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
blog_page_userdrupal/modules/blog/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
chatroom_get_all_msgscontributions/modules/chatroom/chatroom.moduleget all msgs for a given chat
chatroom_get_all_msgscontributions/modules/chatroom/chatroom.moduleget all msgs for a given chat
comment_renderdrupal/modules/comment/comment.moduleRenders comment(s).
comment_renderdrupal/modules/comment/comment.moduleRenders comment(s).
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
node_page_defaultdrupal/modules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
node_page_defaultdrupal/modules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
pager_querydrupal/includes/pager.incPerform a paged database query.
path_overviewdrupal/modules/path/path.moduleReturn a listing of all defined URL aliases.
path_overviewdrupal/modules/path/path.moduleReturn a listing of all defined URL aliases.
poll_votesdrupal/modules/poll/poll.moduleCallback for the 'votes' tab for polls you can see other votes on
poll_votesdrupal/modules/poll/poll.moduleCallback for the 'votes' tab for polls you can see other votes on
profile_browsedrupal/modules/profile/profile.moduleMenu callback; display a list of user information.
profile_browsedrupal/modules/profile/profile.moduleMenu callback; display a list of user information.
statistics_recent_hitsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "recent hits" page.
statistics_recent_hitsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "recent hits" page.
statistics_top_pagesdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top pages" page.
statistics_top_pagesdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top pages" page.
statistics_top_referrersdrupal/modules/statistics/statistics.moduleMenu callback; presents the "referrer" page.
statistics_top_referrersdrupal/modules/statistics/statistics.moduleMenu callback; presents the "referrer" page.
statistics_top_visitorsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top visitors" page.
statistics_top_visitorsdrupal/modules/statistics/statistics.moduleMenu callback; presents the "top visitors" page.
taxonomy_overview_termsdrupal/modules/taxonomy/taxonomy.moduleDisplay a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_overview_termsdrupal/modules/taxonomy/taxonomy.moduleDisplay a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_select_nodesdrupal/modules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
taxonomy_select_nodesdrupal/modules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
tracker_pagedrupal/modules/tracker/tracker.moduleMenu callback. Prints a listing of active nodes on the site.
tracker_pagedrupal/modules/tracker/tracker.moduleMenu callback. Prints a listing of active nodes on the site.
user_searchdrupal/modules/user/user.moduleImplementation of hook_search().
user_searchdrupal/modules/user/user.moduleImplementation of hook_search().
watchdog_overviewdrupal/modules/watchdog/watchdog.moduleMenu callback; displays a listing of log messages.
watchdog_overviewdrupal/modules/watchdog/watchdog.moduleMenu callback; displays a listing of log messages.
watchdog_topdrupal/modules/watchdog/watchdog.moduleMenu callback; generic function to display a page of the most frequent watchdog events of a specified type.
watchdog_topdrupal/modules/watchdog/watchdog.moduleMenu callback; generic function to display a page of the most frequent watchdog events of a specified type.
_locale_string_seekdrupal/includes/locale.incPerform a string search and display results in a table
_locale_string_seekdrupal/includes/locale.incPerform a string search and display results in a table

Functions called by pager_query()

Namesort iconLocationDescription
db_querydrupal/includes/database.incRuns a basic query in the active database.
db_querydrupal/includes/database.incRuns a basic query in the active database.
db_query_rangedrupal/includes/database.pgsql.incRuns a limited-range query in the active database.
db_query_rangedrupal/includes/database.pgsql.incRuns a limited-range query in the active database.
db_resultdrupal/includes/database.pgsql.incReturn an individual result field from the previous query.
db_resultdrupal/includes/database.pgsql.incReturn an individual result field from the previous query.
pager_querydrupal/includes/pager.incPerform a paged database query.