db_fetch_array

Functions that call db_fetch_array()

Namesort iconLocationDescription
batch_example_op_2developer/examples/batch_example.moduleBatch operation for batch 2 : load all nodes, 5 by five This is a multipart operation, using the
blocked_ip_loadmodules/system/system.moduleRetrieve a blocked IP address from the database.
block_admin_configuremodules/block/block.admin.incMenu callback; displays the block configuration form.
book_update_6000modules/book/book.installDrupal 5.x to 6.x update.
contact_loadmodules/contact/contact.moduleLoad the data for a single contact category.
db_fetch_arrayincludes/database/database.inc
drupal_uninstall_modulesincludes/install.incCalls the uninstall function and updates the system table for a given module.
forum_nodeapi_loadmodules/forum/forum.moduleImplementation of hook_nodeapi_load().
forum_term_loadmodules/forum/forum.moduleFetch a forum term.
menu_delete_menu_confirm_submitmodules/menu/menu.admin.incDelete a custom menu and all items in it.
menu_edit_menu_submitmodules/menu/menu.admin.incSubmit function for adding or editing a custom menu.
menu_enablemodules/menu/menu.moduleImplementation of hook_enable().
menu_get_itemincludes/menu.incGet a router item.
menu_get_namesincludes/menu.incBuild a list of named menus.
menu_link_deleteincludes/menu.incDelete one or several menu links.
menu_link_loadincludes/menu.incGet a menu link by its mlid, access checked and link translated for rendering.
menu_link_maintainincludes/menu.incInsert, update or delete an uncustomized menu link related to a module.
menu_link_saveincludes/menu.incSave a menu link.
menu_loadmodules/menu/menu.moduleLoad the data for a single custom menu.
menu_local_tasksincludes/menu.incCollects the local tasks (tabs) for a given level.
menu_nodeapi_deletemodules/menu/menu.moduleImplementation of hook_nodeapi_delete().
menu_overview_pagemodules/menu/menu.admin.incMenu callback which shows an overview page of all the custom menus and their descriptions.
menu_tree_check_accessincludes/menu.incCheck access and perform other dynamic operations for each link in the tree.
menu_tree_page_dataincludes/menu.incGet the data structure representing a named menu tree, based on the current page.
menu_valid_pathincludes/menu.incValidates the path of a menu link being created or edited.
path_loadmodules/path/path.moduleFetch a specific URL alias from the database.
poll_loadmodules/poll/poll.moduleImplementation of hook_load().
profile_field_formmodules/profile/profile.admin.incMenu callback: Generate a form to add/edit a user profile field. See alsoprofile_field_form_validate()
scaffolding_example_overview_pagerdeveloper/examples/scaffolding_example/scaffolding_example.admin.incBuilds a sortable, paged overview of all records.
scaffolding_example_record_loaddeveloper/examples/scaffolding_example/scaffolding_example.moduleLoader function for individual records.
scaffolding_example_record_load_alldeveloper/examples/scaffolding_example/scaffolding_example.modulePublic loader function for the full collection of records.
statistics_getmodules/statistics/statistics.moduleRetrieves a node's "view statistics".
system_admin_menu_blockmodules/system/system.moduleProvide a single block on the administration overview page.
system_get_module_admin_tasksmodules/system/system.moduleGenerate a list of tasks offered by a specified module.
system_initialize_theme_blocksmodules/system/system.moduleAssign an initial, default set of blocks for a theme.
system_main_admin_pagemodules/system/system.admin.incMenu callback; Provide the administration overview page.
system_update_6021modules/system/system.installMigrate the menu items from the old menu system to the new menu_links table.
taxonomy_get_synonymsmodules/taxonomy/taxonomy.moduleReturn an array of synonyms of the given term ID.
user_role_permissionsmodules/user/user.moduleDetermine the permissions for one or more roles.
user_update_7000modules/user/user.installIncrease the length of the password field to accommodate better hashes.
_block_rehashmodules/block/block.moduleUpdate the 'block' DB table with the blocks currently exported by modules.
_menu_delete_itemincludes/menu.incHelper function for menu_link_delete; deletes a single menu link.
_menu_navigation_links_rebuildincludes/menu.incHelper function to build menu links for the items in the menu router.
_menu_set_expanded_menusincludes/menu.incHelper function to update a list of menus with expanded items
_menu_tree_dataincludes/menu.incRecursive helper function to build the data representing a menu tree.
_node_access_rebuild_batch_operationmodules/node/node.moduleBatch operation for node_access_rebuild_batch.

Functions called by db_fetch_array()

Namesort iconLocationDescription
db_fetch_arrayincludes/database/database.inc
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.