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