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/model/Connection.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 private/model/Connection.php (limited to 'private/model/Connection.php') diff --git a/private/model/Connection.php b/private/model/Connection.php new file mode 100644 index 0000000..26632f7 --- /dev/null +++ b/private/model/Connection.php @@ -0,0 +1,19 @@ +