From f90e4222b6417d055013d26831cec75be4c587c7 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 1 Jan 2011 13:06:45 -0500 Subject: [PATCH] class/oop stuff --- docroot/html/classes.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docroot/html/classes.php 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?"); + + ?> + +