db_fetch_object

  1. drupal
    1. drupal6 database.mysql.inc
    2. drupal6 database.mysqli.inc
    3. drupal6 database.pgsql.inc
    4. drupal7
Versionen
drupal6 db_fetch_object($result)
drupal7 db_fetch_object(DatabaseStatementInterface $statement)

Verwandte Themen

▾ 33 functions call db_fetch_object()

block_admin_configure in modules/block/block.admin.inc
Menu callback; displays the block configuration form.
block_block_list in modules/block/block.module
Implementation of hook_block_list().
block_block_view in modules/block/block.module
Implementation of hook_block_view().
block_user_form in modules/block/block.module
Implementation of hook_user_form().
blogapi_mt_validate_terms in modules/blogapi/blogapi.module
Blogging API helper - find allowed taxonomy terms for a node type.
book_update_6000 in modules/book/book.install
Drupal 5.x to 6.x update.
do_search in modules/search/search.module
Do a query on the full-text search index for a word or words.
drupalCreateRole in modules/simpletest/drupal_web_test_case.php
Internal helper function; Create a role with specified permissions.
filter_admin_format_form_validate in modules/filter/filter.admin.inc
Validate text format form submissions.
forum_get_forums in modules/forum/forum.module
Returns a list of all forums for a given taxonomy id
forum_get_topics in modules/forum/forum.module
forum_taxonomy in modules/forum/forum.module
Implementation of hook_taxonomy().
hook_update_index in modules/search/search.api.php
Update Drupal's full-text index for this module.
locale in modules/locale/locale.module
Provides interface translation services.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_uninstall in modules/locale/locale.install
Implementation of hook_uninstall().
locale_update_6000 in modules/locale/locale.install
{locales_meta} table became {languages}.
node_admin_nodes in modules/node/node.admin.inc
Form builder: Builds the node administration overview.
search_index in modules/search/search.module
Update the full-text search index for a particular item.
search_node_update_index in modules/search/search.module
Implementation of hook_node_update_index().
search_update_totals in modules/search/search.module
This function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails).
system_update_6018 in modules/system/system.install
Add HTML corrector to HTML formats or replace the old module if it was in use.
system_update_6034 in modules/system/system.install
Rename permission "administer access control" to "administer permissions".
system_update_6039 in modules/system/system.install
Rename permissions "edit foo content" to "edit any foo content". Also update poll module permission "create polls" to "create poll content".
system_update_6045 in modules/system/system.install
Update blog, book and locale module permissions.
system_update_7003 in modules/system/system.install
Update {blocked_ips} with valid IP addresses from {access}.
template_preprocess_forum_topic_navigation in modules/forum/forum.module
Preprocess variables to format the next/previous forum topic navigation links.
update_fix_compatibility in ./update.php
Disable anything in the {system} table that is not compatible with the current version of Drupal core.
UploadTestCase::testNodeUpload in modules/upload/upload.test
Create node; upload files to node; and edit, and delete uploads.
_block_load_blocks in modules/block/block.module
Load blocks information from the database.
_forum_user_last_visit in modules/forum/forum.module
_trigger_get_hook_actions in modules/trigger/trigger.admin.inc
Get the actions that have already been defined for this type-hook-op combination.
_trigger_get_hook_aids in modules/trigger/trigger.module
Get the aids of actions to be executed for a hook-op combination.

Code

includes/database/database.inc, line 2470

<?php
function db_fetch_object(DatabaseStatementInterface $statement) {
  return $statement->fetch(PDO::FETCH_OBJ);
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen