corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-13 bf18c77ec2b3dc1ffdda922e6065108ca5c126eb
commit | author | age
5df29d 1 <?php
7301d1 2 namespace App\Controllers;
5df29d 3 class Home {
F 4     public function index() {
5         require "views/home_index.php";
6     }
7 }