📄 be.inc.php
字号:
<?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
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -