60 calls to get_global_database_handler()

admin_apply_draft_changes_form_submit in modules/admin/admin.module
Handles the actual moving of draft courses into production.
admin_copy_degree_form_submit in modules/admin/admin.degrees.inc
admin_display_edit_degree in modules/admin/admin.degrees.inc
This screen displays the form which allows the user to actually edit a degree.
admin_duplicate_year_form_submit in modules/admin/admin.module
This function should perform the actual copy of data!
admin_edit_course_form_submit in modules/admin/admin.courses.inc
admin_edit_degree_form in modules/admin/admin.degrees.inc
Meant to replace the old-fashioned display_edit_degree function...
admin_edit_degree_form_submit in modules/admin/admin.degrees.inc
admin_edit_group_form_submit in modules/admin/admin.groups.inc
admin_process_all_definitions_form_submit in modules/admin/admin.groups.inc
Actually perform the refreshing of definitions.
admin_process_all_definitions_perform_batch_operation in modules/admin/admin.groups.inc
This actually is the batch operation for processing all of our group definitions.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_display_popup_change_track in modules/advise/advise.module
advise_display_popup_change_track_non_dynamic_degree in modules/advise/advise.module
This is the "change track" popup we will display if the degree cannot be combined with anything else (non-dynamic).
advise_init_screen in modules/advise/advise.module
advise_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
advise_what_if_selection_form in modules/advise/advise.module
advise_what_if_selection_form_validate in modules/advise/advise.module
Validate handler for the what_if selection form. This is where we might, for example, make sure that if a non-dynamic degree was selected, that they can't proceed.
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
blank_degrees_select_degree_form in modules/blank_degrees/blank_degrees.module
This form lets the user select which degree they wish to view.
course_search_download_syllabus in modules/course_search/course_search.module
This function will actually deliver a syllabus to the user's browser for download.
db_affected_rows in includes/db.inc
db_fetch_array in includes/db.inc
db_fetch_object in includes/db.inc
db_get_user_settings in includes/db.inc
Return the array from the user_settings table.
db_insert_id in includes/db.inc
db_num_rows in includes/db.inc
db_query in includes/db.inc
fp_get_faculty_name in includes/db.inc
Returns the faculty member's name based on the ID provided.
fp_get_student_name in includes/db.inc
fp_render_currently_advising_box in includes/theme.inc
Draws the CurrentlyAdvisingBox which appears at the top of the screen, containing the student's information like name, major, etc.
hook_fp_get_student_majors in includes/hook.api.php
Returns a full listing of the student's majors.
stats_draw_majors_pulldown in modules/stats/stats.module
Display a major selection pulldown, used by other reports.
stats_report_course_use_summary in modules/stats/stats.module
This report will display everywhere a particular course is used in FlightPath (groups and degrees)
stats_test in modules/stats/stats.module
Lets me run a test...
student_search_display_my_majors in modules/student_search/student_search.module
Displays students belonging to the current user's major code.
student_search_query_advisees in modules/student_search/student_search.module
Accepts the SQL, plus an array of parameters compatible with our PDO set up. ex: $params[":name"] = "Bob" and $sql = " SELECT * where name = :name";
student_search_render_advisees in modules/student_search/student_search.module
system_fp_get_student_majors in modules/system/system.module
Implements hook_fp_get_student_majors.
system_get_exclude_degree_ids_from_appears_in_counts in modules/system/system.module
Uses the "exclude_majors...." setting, but converts them into an array of degree_ids.
user_display_student_users in modules/user/user.module
Similar to user_display_users, except only for student users.
user_edit_student_user_form in modules/user/user.student.inc
Let the user edit a studentuser's information.
user_edit_user_advisees_form in modules/user/user.module
This form lets us populate the advisor_student table
z__stats_report_selected_degree_options in modules/stats/stats.module
This report will show which degree options are being selected for degrees which offer options.
z___admin_handle_edit_degree_submit in modules/admin/admin.degrees.inc
z___advise_display_what_if_selection in modules/advise/advise.module
Displays the pulldown select list for picking a new What If degree. Returns HTML.
_AdvisingScreen::display_screen in classes/_AdvisingScreen.php
This function generates the HTML to display the screen. Should be used in conjunction with output_to_browser()
_AdvisingScreen::draw_progress_boxes in classes/_AdvisingScreen.php
This function calls drawPieChart to construct the student's 3 progress pie charts.
_AdvisingScreen::z__old__draw_progress_boxes in classes/_AdvisingScreen.php
This function calls drawPieChart to construct the student's 3 progress pie charts.
_AdvisingScreen::__construct in classes/_AdvisingScreen.php
This is the constructor. Must be named this for inheritence to work correctly.
_Course::load_course in classes/_Course.php
Loads $this as a new course, based on course_id.
_Course::load_descriptive_data in classes/_Course.php
This function will load $this will all sorts of descriptive data from the database. For example, hours, title, description, etc.
_Course::load_descriptive_transfer_data in classes/_Course.php
Similar to load_descriptive_data(), this will load whatever we have for $this transfer course.
_Course::set_catalog_year_from_term_id in classes/_Course.php
Based on $this->term_id, set what catalog year should go with the course.
_Course::__construct in classes/_Course.php
The constructor for a Course object.
_DegreePlan::__construct in classes/_DegreePlan.php
_FlightPath::load_advising_session_from_database in classes/_FlightPath.php
_FlightPath::save_advising_session_from_post in classes/_FlightPath.php
_FlightPath::__construct in classes/_FlightPath.php
_Group::__construct in classes/_Group.php
_Student::__construct in classes/_Student.php