diff --git a/docroot/html/classes.php b/docroot/html/classes.php new file mode 100644 index 0000000..8aa2c59 --- /dev/null +++ b/docroot/html/classes.php @@ -0,0 +1,27 @@ +"; + + public function printline($message) { + printf("%s%s\n", $message, $this->br); + } +} + + +?> + + + printline("This is some text, eh?"); + + ?> + +