be.inc.php 552 B

123456789101112131415161718
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * include this file to have access to all backend classes
  5. * @author Bert Steppé
  6. * @package chamilo.gradebook
  7. */
  8. /**
  9. * Code
  10. */
  11. require_once api_get_path(LIBRARY_PATH).'sortabletable.class.php';
  12. define ('LIMIT', 1000);
  13. require_once 'be/gradebookitem.class.php';
  14. require_once 'be/category.class.php';
  15. require_once 'be/evaluation.class.php';
  16. require_once 'be/result.class.php';
  17. require_once 'be/linkfactory.class.php'; // this contains the include declarations
  18. // to all link classes