Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/gradebook/lib/be.inc.php

13 lines
485 B

<?php
/* For licensing terms, see /license.txt */
// include this file to have access to all backend classes
// @author Bert Steppé
require_once api_get_path(LIBRARY_PATH).'sortabletable.class.php';
require_once ('be/gradebookitem.class.php');
require_once ('be/category.class.php');
require_once ('be/evaluation.class.php');
require_once ('be/result.class.php');
require_once ('be/linkfactory.class.php'); // this contains the include declarations
// to all link classes