Initial commit - Application CLEO de gestion de devis
- Architecture MVC avec framework maison d6 - Modules : devis, clients, marchés, SAP - Documentation initiale (README et TODO) - Configuration Composer avec dépendances 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
5
models/maccueil.php
Normal file
5
models/maccueil.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$aModel = array(
|
||||
"infos" => getinfos('SELECT i.* FROM infos i WHERE i.chk_publie=1 ORDER BY i.date_infos DESC;', "gen"),
|
||||
);
|
||||
Reference in New Issue
Block a user