db_fetch_array

Related topics

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

Functions that call db_fetch_array()

Namesort iconLocationDescription
aggregator_category_loadmodules/aggregator/aggregator.moduleLoad an aggregator category.
aggregator_cronmodules/aggregator/aggregator.moduleImplementation of hook_cron().
aggregator_feed_loadmodules/aggregator/aggregator.moduleLoad an aggregator feed.
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
block_admin_configuremodules/block/block.admin.incMenu callback; displays the block configuration form.
book_get_booksmodules/book/book.moduleReturns an array of all books.
book_link_loadmodules/book/book.moduleLike menu_link_load(), but adds additional data from the {book} table.
book_nodeapimodules/book/book.moduleImplementation of hook_nodeapi().
book_update_6000modules/book/book.installDrupal 5.x to 6.x update.
book_update_bidmodules/book/book.moduleUpdate the bid for a page and its children when it is moved to a new book.
comment_nodeapimodules/comment/comment.moduleImplementation of hook_nodeapi().
contact_loadmodules/contact/contact.moduleLoad the data for a single contact category.
db_fetch_arrayincludes/database.pgsql.incFetch one result row from the previous query as an array.
drupal_uninstall_moduleincludes/install.incCalls the uninstall function and updates the system table for a given module.
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
forum_term_loadmodules/forum/forum.moduleFetch a forum term.
hook_crondeveloper/hooks/core.phpPerform periodic actions.
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_menusmodules/menu/menu.moduleReturn an associative array of the custom menus names.
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_nodeapimodules/menu/menu.moduleImplementation of hook_nodeapi().
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()
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_admin_access_editmodules/user/user.admin.incMenu callback: edit an access rule.
_block_rehashmodules/block/block.moduleUpdate the 'blocks' DB table with the blocks currently exported by modules.
_book_update_outlinemodules/book/book.moduleCommon helper function to handles additions and updates to the book outline.
_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.pgsql.incFetch one result row from the previous query as an array.
 
 

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.