Skip to content
Snippets Groups Projects
Commit a905df23 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

view list

parent 73806ba8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ switch($action) {
break;
case "listeClient":
$listArray = Client::getAll();
$listParams = array("title" => "Liste des clients"
$listParams = array("title" => "Liste des clients",
"keys" => array("id", "nom", "prenom", "numTel"));
include 'view/list.php';
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment