From e09d5546e667bd9743b38d2d7dd1bae0ee49e343 Mon Sep 17 00:00:00 2001 From: Josh North Date: Sat, 23 Aug 2014 23:16:51 -0400 Subject: [PATCH] Reset to basic --- application/controller_base.class.php | 0 application/registry.class.php | 44 --------------------------- application/router.class.php | 24 --------------- application/template.class.php | 0 includes/init.php | 30 ------------------ index.php | 13 -------- 6 files changed, 111 deletions(-) delete mode 100644 application/controller_base.class.php delete mode 100644 application/registry.class.php delete mode 100644 application/router.class.php delete mode 100644 application/template.class.php delete mode 100644 includes/init.php delete mode 100644 index.php diff --git a/application/controller_base.class.php b/application/controller_base.class.php deleted file mode 100644 index e69de29..0000000 diff --git a/application/registry.class.php b/application/registry.class.php deleted file mode 100644 index 09c7cf2..0000000 --- a/application/registry.class.php +++ /dev/null @@ -1,44 +0,0 @@ -vars[$index] = $value; - } - - /** - * - * @get variables - * - * @param mixed $index - * - * @return mixed - * - */ - public function __get($index) - { - return $this->vars[$index]; - } - -} - -?> diff --git a/application/router.class.php b/application/router.class.php deleted file mode 100644 index e7eff28..0000000 --- a/application/router.class.php +++ /dev/null @@ -1,24 +0,0 @@ -registry = $registry; - } diff --git a/application/template.class.php b/application/template.class.php deleted file mode 100644 index e69de29..0000000 diff --git a/includes/init.php b/includes/init.php deleted file mode 100644 index 0f9379d..0000000 --- a/includes/init.php +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/index.php b/index.php deleted file mode 100644 index 12cac03..0000000 --- a/index.php +++ /dev/null @@ -1,13 +0,0 @@ -