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 @@ -