⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 be.inc.php

📁 完美的在线教育系统
💻 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 + -