Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
db_get_user_id includes/db.inc Look up the user_id based on the the user_name. Returns FALSE if it cannot find it.
db_get_user_id_from_cwid includes/db.inc
fp_get_student_name includes/db.inc
fp_get_permissions_for_role includes/db.inc
db_result includes/db.inc Returns back the first result from a resource_handler.
db_query includes/db.inc
db_fetch_array includes/db.inc
db_fetch_object includes/db.inc
db_num_rows includes/db.inc
db_affected_rows includes/db.inc
db_table_exists includes/db.inc Returns TRUE if the table specified exists or not.
variable_get includes/db.inc Get a variable from the database. We will first look in our GLOBALS array, to see that it hasn't already been retrieved this page load.
variable_set includes/db.inc Set a variable value, so we can retrieve it later on.
fp_rebuild_modules_list includes/db.inc Re-query the modules table and re-add to our global array.
fp_get_system_settings includes/db.inc
db_insert_id includes/db.inc
db_get_user_settings includes/db.inc Return the array from the user_settings table.
db_get_user_setting includes/db.inc Return a specific setting's value, based on the var_name given.
db_set_user_setting includes/db.inc
example_helper_init custom/modules/example_helper/example_helper.module Implementation of "hook_init".
example_helper_menu custom/modules/example_helper/example_helper.module Implementation of hook_menu
example_helper_display_hello_world_page custom/modules/example_helper/example_helper.module Display our Hello World page to the user.

Pages