aktuelle.kurse/old_m133/4_Modulinhalte_und_Uebungen/03-WEB-Architektur/03 MVC-Beispiel/index.php
Müller Harald 507e5da390 muh
2022-05-13 11:53:50 +02:00

7 lines
112 B
PHP

<?php
include_once("controller/Controller.php");
$controller = new Controller();
$controller->invoke();
?>