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

16 lines
409 B

<?php
/* For licensing terms, see /license.txt */
/**
* include this file to have access to all backend classes
* @author Bert Steppé
* @package chamilo.gradebook
*/
/**
* Code
*/
define ('LIMIT', 1000);
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';