corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-20 e45454a4f7863d0c8f0d92b589e90f9ad067584e
views/Products/show.php
@@ -1,5 +1,6 @@
<body>
    Show the product with ID <?= $id ?> here
    <h1><?= $product["name"] ?></h1>
    <p><?= $product["description"] ?></p>
</body>
</html>