diff --git a/application/class/Bdd.php b/application/class/Bdd.php index e65e1f7..69001d0 100644 --- a/application/class/Bdd.php +++ b/application/class/Bdd.php @@ -26,15 +26,16 @@ class Bdd return $req; } - public function creerTableau($res){ + public function exploiterResultat($res){ - $tab = array(); - foreach($res as $key => $row){ - if (is_string($row)) { - $row = Caracter::normalise_ChaineDeCaracteresDownload($row); + foreach($res as $data) { + foreach ($data as $key => $row) { + if (is_string($row)) { + $row = Caracter::normalise_ChaineDeCaracteresDownload($row); + } + $data[$key] = $row; } - $tab[$key] = $row; } - return $tab; + return $res; } } \ No newline at end of file diff --git a/application/include/controlleurs/cgu.php b/application/include/controlleurs/cgu.php index 9e8c5d2..b3d9bbc 100644 --- a/application/include/controlleurs/cgu.php +++ b/application/include/controlleurs/cgu.php @@ -1,14 +1 @@
This is appended to the master sidebar.
@endsection @section('content')1. Cette application est en phase de test et n'est qu'un test.
2. Si cela est autre chose se référer au point 1.
3. Cette application permet le developpement d'un frame-work propre dont la documentation sera écrite en MarkDown et publié par un moteur interne à l'application
This is appended to the master sidebar.
@endsection @section('content')1. Ce FrameWork est le fruit d'un travail personnel.
2. Ce Framework est le fruit du travail aboutit de plusieurs personnes
3. Ce Framework sera open-source sous licence CC Universal.
Si cela ne vous plait pas veuillez envoyer un courriel à emmanuel.roy@infoartsmedia.fr et nous en parlerons le plus calmement possible.