summaryrefslogtreecommitdiff
path: root/src/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.php')
-rwxr-xr-xsrc/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.php b/src/main.php
index ee0888e..2b2da84 100755
--- a/src/main.php
+++ b/src/main.php
@@ -34,7 +34,7 @@ require('model/Model.php'); // class Model extends DB, requĂȘtes SQL
34require('model/StructTablesDB.php'); 34require('model/StructTablesDB.php');
35Model::createTables(); 35Model::createTables();
36 36
37require('model/traits.php'); 37//~ require('model/traits.php');
38require('model/Clients.php'); 38require('model/Clients.php');
39require('model/Prestations.php'); 39require('model/Prestations.php');
40require('model/DevisFactures.php'); 40require('model/DevisFactures.php');
@@ -70,7 +70,7 @@ while($boucle)
70 { 70 {
71 echo("choix: $choix_niv1\n"); 71 echo("choix: $choix_niv1\n");
72 $code_retour = newService(); 72 $code_retour = newService();
73 echo "hello, code retour: " . $code_retour . "\n"; 73 echo "debug: main.php: hello, code retour " . $code_retour . "\n";
74 } 74 }
75 75
76 // -- SECTION 2: Modifier un enregistrement -- 76 // -- SECTION 2: Modifier un enregistrement --