Kommentar für Autoloader
Habe die Kommentare zu dem Autoloader in index.php, wahl.php und check.php hinzugefügt
這個提交存在於:
父節點
6b141395bf
當前提交
7124994bcf
共有 3 個檔案被更改,包括 9 行新增 和 0 行删除
|
@ -18,6 +18,9 @@
|
|||
|
||||
error_reporting(E_ALL); //Debuging
|
||||
require_once 'include/DBConnection.inc.php';
|
||||
/**
|
||||
* Diese Funktion macht das nutzen der benötigten Klassen möglich
|
||||
*/
|
||||
function autoloader($classname)
|
||||
{
|
||||
include 'class/' . $classname . '.php';
|
||||
|
|
載入中…
新增表格
新增連結
新增問題並參考