diff --git a/src/Playground/content.php b/src/Playground/content.php new file mode 100644 index 0000000000000000000000000000000000000000..28e06e758be60438ad5087586ed578f1544b7835 --- /dev/null +++ b/src/Playground/content.php @@ -0,0 +1,13 @@ +<?php + +class Content +{ + function login() { + + echo <<< HTML + <h1>Hurensohn</h1> + HTML; + } +} + +?> \ No newline at end of file diff --git a/src/Playground/index.php b/src/Playground/index.php new file mode 100644 index 0000000000000000000000000000000000000000..da2a6ddaf1b6e910da3157dc887433db946250f8 --- /dev/null +++ b/src/Playground/index.php @@ -0,0 +1,21 @@ +<?php + include("content.php"); + + $content = new Content(); +?> + +<!DOCTYPE html> +<html lang="de"> + <head> + <meta charset="UTF-8"> + <title>Test</title> + </head> + <body> + <nav> + + </nav> + + <?php $content->login(); ?> + + </body> +</html> \ No newline at end of file diff --git a/src/Praktikum/Prak1/baecker.php b/src/Praktikum/Prak1/baecker.php new file mode 100644 index 0000000000000000000000000000000000000000..b3d9bbc7f3711e882119cd6b3af051245d859d04 --- /dev/null +++ b/src/Praktikum/Prak1/baecker.php @@ -0,0 +1 @@ +<?php diff --git a/src/Praktikum/Prak1/fahrer.php b/src/Praktikum/Prak1/fahrer.php new file mode 100644 index 0000000000000000000000000000000000000000..b3d9bbc7f3711e882119cd6b3af051245d859d04 --- /dev/null +++ b/src/Praktikum/Prak1/fahrer.php @@ -0,0 +1 @@ +<?php diff --git a/src/Praktikum/Prak1/kunde.php b/src/Praktikum/Prak1/kunde.php new file mode 100644 index 0000000000000000000000000000000000000000..b3d9bbc7f3711e882119cd6b3af051245d859d04 --- /dev/null +++ b/src/Praktikum/Prak1/kunde.php @@ -0,0 +1 @@ +<?php