diff --git a/app/core/Database.php b/app/core/DBHandle.php similarity index 97% rename from app/core/Database.php rename to app/core/DBHandle.php index 52631b1..9607c1e 100644 --- a/app/core/Database.php +++ b/app/core/DBHandle.php @@ -1,16 +1,16 @@ view('template/header', ['title' => $title]); ?> +
This is a message from the view
-=$data?>
\ No newline at end of file +=$data?>
+ +view('template/footer'); ?> \ No newline at end of file diff --git a/app/view/template/footer.php b/app/view/template/footer.php index c58e1d4..56d5110 100644 --- a/app/view/template/footer.php +++ b/app/view/template/footer.php @@ -1,14 +1,11 @@ - - +