workshop 4,5

This commit is contained in:
boris
2024-10-17 00:36:46 +01:00
parent ed02b435fe
commit 9b6cf0badd
24 changed files with 2712 additions and 1 deletions

5
workshop5/page1.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$view = new stdClass();
$view->pageTitle = 'Page1';
require_once('Views/page1.phtml');