19 calls to fpm()

admin_display_main in modules/admin/admin.module
This is the "main" page for the admin module. It's what the user first sees when the click to go to the Admin page.
advise_display_popup_group_select in modules/advise/advise.module
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.
depricated_message in includes/misc.inc
Displays a depricated message on screen. Useful for tracking down when depricated functions are being used.
fpmct in includes/misc.inc
Convenience function, will use fp_debug_ct() to display a message, and the number of miliseconds since its last call.
smtp_mail in modules/smtp/smtp.module
stats_test in modules/stats/stats.module
Lets me run a test...
_AdvisingScreen::build_excess_credit in classes/_AdvisingScreen.php
Constructs the HTML to show the Excess Credits list.
_AdvisingScreen::display_group in classes/_AdvisingScreen.php
This function displays a Group object on the degree plan. This is not the selection popup display. It will either show the group as multi rows, filled in with courses, or as a "blank row" for the user to click on.
_AdvisingScreen::display_popup_group_select in classes/_AdvisingScreen.php
This function displays the popup which lets a user select a course to be advised into a group.
_AdvisingScreen::draw_popup_group_select_course_row in classes/_AdvisingScreen.php
Used in the group selection popup, this will display a course with a radio button next to it, so the user can select it.
_DatabaseHandler::db_error in classes/_DatabaseHandler.php
Draw out the error onto the screen.
_DatabaseHandler::db_query in classes/_DatabaseHandler.php
This function is used to perform a database query. It uses PDO execute, which will take automatically replace ? with variables you supply as the arguments to this function, or as an array to this function. Either will work. Do this by using ?, or…
_DatabaseHandler::z__db_error in classes/_DatabaseHandler.php
Draw out the error onto the screen.
_DatabaseHandler::z__db_query in classes/_DatabaseHandler.php
This function is used to perform a database query. It can take simple replacement patterns, by using ?. If you actually need to have a ? in the query, you can escape it with ??. For example: $result = $db->db_query("SELECT * FROM table WHERE…
_FlightPath::load_advising_session_from_database in classes/_FlightPath.php
_FlightPath::replace_missing_course_in_group in classes/_FlightPath.php
_fp_error_handler in includes/misc.inc
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.
_Student::load_courses_taken in classes/_Student.php