- Configuration du debug conditionnel pour dev/recette - Fonction debug() globale avec niveaux - Logging des requêtes SQL - Handlers d'exceptions et d'erreurs globaux 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
138 B
PHP
6 lines
138 B
PHP
<?php
|
|
|
|
$aModel = array(
|
|
"infos" => getinfos('SELECT i.* FROM infos i WHERE i.chk_publie=1 ORDER BY i.date_infos DESC;', "gen"),
|
|
);
|