corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-22 739d6166ca5ce89d91483ca77eaf14b63d16805d
views/Products/new.php
@@ -4,6 +4,10 @@
        <label for="name">Name</label>
        <input type="text", id="name", name="name">
        <?php if (isset($errors["name"])): ?>
            <p><?= $errors["name"] ?></p>
        <?php endif; ?>
        <label for="description">Description</label>
        <textarea id="description", name="description"></textarea>