corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-08 5cc38b583e04398004e33bd09447c91cb3c618cb
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 }