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