commit existing workshops
This commit is contained in:
5
MVCtemplate-23-24/index.php
Normal file
5
MVCtemplate-23-24/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$view = new stdClass();
|
||||
$view->pageTitle = 'Homepage';
|
||||
require_once('Views/index.phtml');
|
Reference in New Issue
Block a user