db_select

Related topics

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

Functions that call db_select()

Namesort iconLocationDescription
actions_dodrupal/includes/actions.incPerform a given list of actions by executing their callback functions.
actions_synchronizedrupal/includes/actions.incSynchronize actions that are provided by modules.
book_block_viewdrupal/modules/book/book.moduleImplementation of hook_block_view().
book_get_booksdrupal/modules/book/book.moduleReturns an array of all books.
book_menu_subtree_datadrupal/modules/book/book.moduleGet the data representing a subtree of the book hierarchy.
book_update_biddrupal/modules/book/book.moduleUpdate the bid for a page and its children when it is moved to a new book.
comment_get_recentdrupal/modules/comment/comment.moduleFind the most recent comments that are available to the current user.
comment_renderdrupal/modules/comment/comment.moduleRenders comment(s).
comment_validatedrupal/modules/comment/comment.moduleValidate comment data.
drupal_session_countdrupal/includes/session.incCounts how many users are active on the site.
drupal_uninstall_modulesdrupal/includes/install.incCalls the uninstall function and updates the system table for a given module.
file_load_multipledrupal/includes/file.incLoad file objects from the database.
file_space_useddrupal/includes/file.incDetermine total disk space used by a single user or the whole filesystem.
filter_formatsdrupal/modules/filter/filter.moduleRetrieve a list of input formats.
forum_block_viewdrupal/modules/forum/forum.moduleImplementation of hook_block_view().
locale_batch_by_languagedrupal/includes/locale.incPrepare a batch to import translations for all enabled modules in a given language.
menu_get_itemdrupal/includes/menu.incGet a router item.
menu_get_menusdrupal/modules/menu/menu.moduleReturn an associative array of the custom menus names.
menu_get_namesdrupal/includes/menu.incBuild a list of named menus.
menu_link_children_relative_depthdrupal/includes/menu.incFind the depth of an item's children relative to its depth.
menu_link_loaddrupal/includes/menu.incGet a menu link by its mlid, access checked and link translated for rendering.
menu_link_maintaindrupal/includes/menu.incInsert, update or delete an uncustomized menu link related to a module.
menu_link_savedrupal/includes/menu.incSave a menu link.
menu_local_tasksdrupal/includes/menu.incCollects the local tasks (tabs) for a given level.
menu_tree_all_datadrupal/includes/menu.incGet the data structure representing a named menu tree.
menu_tree_check_accessdrupal/includes/menu.incCheck access and perform other dynamic operations for each link in the tree.
menu_tree_page_datadrupal/includes/menu.incGet the data structure representing a named menu tree, based on the current page.
node_load_multipledrupal/modules/node/node.moduleLoad node objects from the database.
taxonomy_get_tids_from_nodesdrupal/modules/taxonomy/taxonomy.moduleFind all term IDs associated with a set of nodes.
taxonomy_term_load_multipledrupal/modules/taxonomy/taxonomy.moduleLoad multiple taxonomy terms based on certain conditions.
_menu_navigation_links_rebuilddrupal/includes/menu.incHelper function to build menu links for the items in the menu router.
_menu_update_parental_statusdrupal/includes/menu.incCheck and update the has_children status for the parent of a link.