From 5f6d6014e9491572333018e27f8ef76cf27cc3a0 Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Wed, 24 Jun 2020 22:20:33 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9Econtrolle?= =?UTF-8?q?r=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/DefaultController.class.inc.php | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 controller/DefaultController.class.inc.php diff --git a/controller/DefaultController.class.inc.php b/controller/DefaultController.class.inc.php new file mode 100644 index 0000000..e07ea97 --- /dev/null +++ b/controller/DefaultController.class.inc.php @@ -0,0 +1,29 @@ +getTestMessage(); + + $view->set_placeholder( 'test', $value ); + + // Return the HTML Code to the index.php + return $view->getHtml(); + + } # function indexAction() + + +} # class