gestion d'erreur

feature/article
mapoint2 1 year ago
parent c39a62aa68
commit fa388c96e1

@ -1,7 +1,7 @@
<?php <?php
//chargement config //chargement config
require_once __DIR__ . '/config/config.php'; require_once __DIR__ . '/src/config/config.php';
require __DIR__ . '/vendor/autoload.php'; require __DIR__ . '/vendor/autoload.php';

@ -6,13 +6,11 @@
</head> </head>
<body> <body>
{% for value in dVue.data %} {% for value in dVue.data %}
<p> {% for article in value %}
{% for article in value}
<p> <p>
{{article}} {{article}}
</p> </p>
{% endfor %} {% endfor %}
</p>
{% endfor %} {% endfor %}
</body> </body>
</html> </html>
Loading…
Cancel
Save