38 calls to get_global_database_handler()
Search API
- 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_group_form_submit in modules/
admin/ admin.groups.inc - admin_handle_edit_degree_submit in modules/
admin/ admin.degrees.inc - admin_process_all_definitions_form_submit in modules/
admin/ admin.groups.inc - Actually perform the refreshing of definitions.
- advise_display_history in modules/
advise/ advise.history.inc - Displays the history tab on screen.
- advise_display_what_if_selection in modules/
advise/ advise.module - Displays the pulldown select list for picking a new What If degree. Returns HTML.
- advise_init_screen in modules/
advise/ advise.module - advise_popup_display_summary in modules/
advise/ advise.history.inc - Displays the printable advising summary.
- 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.
- stats_draw_majors_with_options_pulldown in modules/
stats/ stats.module - Display a major selection pulldown, used by other reports.
- 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.
- student_search_display_my_majors in modules/
student_search/ student_search.module - Displays students belonging to the current user's major code.
- _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::__construct in classes/
_Course.php - The constructor for a Course object.
- _DegreePlan::__construct in classes/
_DegreePlan.php - _FlightPath::save_advising_session_from_post in classes/
_FlightPath.php - _FlightPath::__construct in classes/
_FlightPath.php - _Group::load_descriptive_data in classes/
_Group.php - _Group::__construct in classes/
_Group.php - _Student::__construct in classes/
_Student.php