Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
fp_get_degree_major_code includes/db.inc Returns the major code for a given degree_id
fp_get_degree_advising_weight includes/db.inc
fp_get_degree_title includes/db.inc Quick method to look up title for a degree.
fp_get_faculty_name includes/db.inc Returns the faculty member's name based on the ID provided.
fp_load_user includes/db.inc Returns back a user object for this user_id. If the user is not found in the users table, it will return NULL. If the user_id requested is 0, the anonymous user object is returned.
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_majors includes/db.inc Return back the codes or records for a student's degrees, based on what is in the student_degrees table (thanks to system.module), as well as what we get from hooks.
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_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
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
hex2rgb inc/pchart/fp_pie_chart.php
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