corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-07 b62315aee0d26f98b1c1db083dae4ae73a110fad
1
2
3
4
5
6
7
<?php
 
class Home {
    public function index() {
        require "views/home_index.php";
    }
}