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

14 lines
392 B

<?php
// include this file to have access to all backend classes
// @author Bert Steppé
include_once ('be/gradebookitem.class.php');
include_once ('be/category.class.php');
include_once ('be/evaluation.class.php');
include_once ('be/result.class.php');
include_once ('be/linkfactory.class.php'); // this contains the include declarations
// to all link classes
?>