You are here

Functions in Drupal 4

Primary tabs

Namesort descending Location Description Direct uses Strings
conf_init includes/bootstrap.inc Loads the configuration and sets the base URL correctly. 1
conf_path includes/bootstrap.inc Find the appropriate configuration directory. 3
contact_admin_categories modules/contact.module Categories/list tab. 1
contact_admin_delete modules/contact.module Category delete page. 1
contact_admin_delete_submit modules/contact.module Process category delete form submission.
contact_admin_edit modules/contact.module Category edit page. 1
contact_admin_edit_submit modules/contact.module Process the contact category edit page form submission.
contact_admin_edit_validate modules/contact.module Validate the contact category edit page form submission.
contact_admin_settings modules/contact.module Settings tab. Using a form rather than hook_settings(). 1
contact_help modules/contact.module Implementation of hook_help().
contact_mail_page modules/contact.module Site-wide contact page 1
contact_mail_page_submit modules/contact.module Process the site-wide contact page form submission.
contact_mail_page_validate modules/contact.module Validate the site-wide contact page form submission.
contact_mail_user modules/contact.module Personal contact page. 1
contact_mail_user_submit modules/contact.module Process the personal contact page form submission.
contact_menu modules/contact.module Implementation of hook_menu().
contact_user modules/contact.module Implementation of hook_user().
date_validate includes/form.inc Validates the FAPI date type to stop dates like 30/Feb/2006
db_add_column ./update.php Add a column to a database using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array. 15
db_affected_rows includes/database.mysqli.inc Determine the number of rows changed by the preceding query. 4
db_affected_rows includes/database.mysql.inc Determine the number of rows changed by the preceding query. 4
db_affected_rows includes/database.pgsql.inc Determine the number of rows changed by the preceding query. 4
db_change_column ./update.php Change a column definition using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array. 6
db_check_setup includes/database.pgsql.inc Verify if the database is set up correctly. 1 1
db_connect includes/database.mysqli.inc Initialise a database connection. 1
db_connect includes/database.mysql.inc Initialize a database connection. 1
db_connect includes/database.pgsql.inc Initialize a database connection. 1
db_decode_blob includes/database.mysqli.inc Returns text from a Binary Large OBject value. 1
db_decode_blob includes/database.mysql.inc Returns text from a Binary Large Object value. 1
db_decode_blob includes/database.pgsql.inc Returns text from a Binary Large OBject value. In case of PostgreSQL decodes data after select from bytea field. 1
db_distinct_field includes/database.mysqli.inc Wraps the given table.field entry with a DISTINCT(). The wrapper is added to the SELECT list entry of the given query and the resulting query is returned. This function only applies the wrapper if a DISTINCT doesn't already exist in the query. 1
db_distinct_field includes/database.mysql.inc Wraps the given table.field entry with a DISTINCT(). The wrapper is added to the SELECT list entry of the given query and the resulting query is returned. This function only applies the wrapper if a DISTINCT doesn't already exist in the query. 1
db_distinct_field includes/database.pgsql.inc Wraps the given table.field entry with a DISTINCT(). The wrapper is added to the SELECT list entry of the given query and the resulting query is returned. This function only applies the wrapper if a DISTINCT doesn't already exist in the query. 1
db_encode_blob includes/database.mysqli.inc Returns a properly formatted Binary Large Object value. 1
db_encode_blob includes/database.mysql.inc Returns a properly formatted Binary Large OBject value. 1
db_encode_blob includes/database.pgsql.inc Returns a properly formatted Binary Large OBject value. In case of PostgreSQL encodes data for insert into bytea field. 1
db_error includes/database.mysqli.inc Determine whether the previous query caused an error.
db_error includes/database.mysql.inc Determine whether the previous query caused an error.
db_error includes/database.pgsql.inc Determine whether the previous query caused an error.
db_escape_string includes/database.mysqli.inc Prepare user input for use in a database query, preventing SQL injection attacks. 5
db_escape_string includes/database.mysql.inc Prepare user input for use in a database query, preventing SQL injection attacks. 5
db_escape_string includes/database.pgsql.inc Prepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later. 5
db_escape_table includes/database.inc Restrict a dynamic tablename to safe characters. 3
db_fetch_array includes/database.mysqli.inc Fetch one result row from the previous query as an array. 25
db_fetch_array includes/database.mysql.inc Fetch one result row from the previous query as an array. 25
db_fetch_array includes/database.pgsql.inc Fetch one result row from the previous query as an array. 25
db_fetch_object includes/database.mysqli.inc Fetch one result row from the previous query as an object. 183
db_fetch_object includes/database.mysql.inc Fetch one result row from the previous query as an object. 183
db_fetch_object includes/database.pgsql.inc Fetch one result row from the previous query as an object. 183
db_lock_table includes/database.mysqli.inc Lock a table. 3

Pages

Other projects