all_custom_classes.php

  1. 4.x custom/classes/all_custom_classes.php
  2. 5.x custom/classes/all_custom_classes.php

File

custom/classes/all_custom_classes.php
View source
  1. <?php
  2. /*
  3. This file will load the custom-coded (overridden) classes for this
  4. install of FlightPath.
  5. */
  6. require_once("AdvisingScreen.php");
  7. require_once("AdvisingScreenTypeView.php");
  8. require_once("CourseList.php");
  9. require_once("DegreePlan.php");
  10. require_once("FlightPath.php");
  11. require_once("Group.php");
  12. require_once("GroupList.php");
  13. require_once("StandardizedTest.php");
  14. require_once("Semester.php");
  15. require_once("Substitution.php");
  16. require_once("SubstitutionList.php");
  17. require_once("Course.php");
  18. require_once("Student.php");
  19. require_once("DatabaseHandler.php");