corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-06 026ec04c78c0704c9218336101e049d3800d53e4
commit | author | age
c4c562 1 <?php
0c028b 2
026ec0 3 require "controller.php";
F 4 $controller = new Controller;
5 $controller->index();