Part on routers finished

This commit is contained in:
Patryk Hegenberg 2022-12-12 21:12:05 +01:00
parent a1e1a43d81
commit 8bb5f373f8
8 changed files with 68 additions and 9 deletions

3
controllers/index.php Normal file
View file

@ -0,0 +1,3 @@
<?php
$heading = "Home";
require "views/index.view.php";