mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-06 07:05:14 +01:00
Initiale Version
This commit is contained in:
9
Kapitel_4/Lektion_5/2_autoload/index.php
Normal file
9
Kapitel_4/Lektion_5/2_autoload/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require __DIR__ . '/autoload.php';
|
||||
|
||||
$controller = new Controller();
|
||||
$db = new Datenbank();
|
||||
|
||||
var_dump($controller);
|
||||
var_dump($db);
|
||||
Reference in New Issue
Block a user