Source for file be.inc.php
Documentation is available at be.inc.php
// include this file to have access to all backend classes
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
|