summaryrefslogtreecommitdiff
path: root/src/model/StructTablesDB.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-06-22 15:22:23 +0200
committerpolo <ordipolo@gmx.fr>2023-06-22 15:22:23 +0200
commit22b941b3526dd3aaf6976eb4ed30aa2ecc30f921 (patch)
treef345f53c2f4c0ecdeabf9b2d1aac280a4b708a56 /src/model/StructTablesDB.php
parentee372629d665ea0b77889e3cc6e9b1738310a68e (diff)
downloadAppliGestionPHP-22b941b3526dd3aaf6976eb4ed30aa2ecc30f921.zip
factorisation 1_new_service.php vers functions.php
Diffstat (limited to 'src/model/StructTablesDB.php')
-rw-r--r--src/model/StructTablesDB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/StructTablesDB.php b/src/model/StructTablesDB.php
index b1e3c7a..75a4383 100644
--- a/src/model/StructTablesDB.php
+++ b/src/model/StructTablesDB.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// model/StructTablesDB.php 2// src/model/StructTablesDB.php
3 3
4// structure de données façon C 4// structure de données façon C
5// créer les requêtes avec implode(', ', $DbStructure) 5// créer les requêtes avec implode(', ', $DbStructure)