Files
G4G0-2/PHPStorm/MVCtemplate-23-24/index.php
2025-01-30 09:27:31 +00:00

6 lines
97 B
PHP
Executable File

<?php
$view = new stdClass();
$view->pageTitle = 'Homepage';
require_once('Views/index.phtml');