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_cronmodules/aggregator.moduleImplementation of hook_cron().
block_admin_configuremodules/block.moduleMenu callback; displays the block configuration form.
block_listmodules/block.moduleReturn all blocks in the specied region for the current user. You may use this function to implement variable block regions. The default regions are 'left', 'right' and 'all', where 'all' means both left...
book_nodeapimodules/book.moduleImplementation of hook_nodeapi().
comment_nodeapimodules/comment.moduleImplementation of hook_nodeapi().
db_fetch_arrayincludes/database.pgsql.incFetch one result row from the previous query as an array.
hook_crondeveloper/hooks/core.phpPerform periodic actions.
hook_initdeveloper/hooks/core.phpPerform setup tasks.
path_loadmodules/path.moduleFetch a specific URL alias from the database.
poll_loadmodules/poll.moduleImplementation of hook_load().
profile_admin_editmodules/profile.moduleMenu callback; displays the profile field editing form.
statistics_getmodules/statistics.moduleRetrieves a node's "view statistics".
taxonomy_get_synonymsmodules/taxonomy.moduleReturn an array of synonyms of the given term ID.
user_admin_access_editmodules/user.moduleMenu callback: edit an access rule

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.