From 92465af465886f14f22bb60dd974a93baa9c5322 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Wed, 21 Jun 2017 23:03:15 -0400 Subject: Add basic MVC structure with namespacing and PHPDOC (not tested) --- private/controller/Controller.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 private/controller/Controller.php (limited to 'private/controller/Controller.php') diff --git a/private/controller/Controller.php b/private/controller/Controller.php new file mode 100644 index 0000000..73d0210 --- /dev/null +++ b/private/controller/Controller.php @@ -0,0 +1,16 @@ +