Example #1
0
 public function listCommande()
 {
     $commande = new Model_Commande();
     $listCommande = $commande->listCommande();
     require_once $_SERVER['DOCUMENT_ROOT'] . "IMIE/Equipedia/views/admins/command.php";
 }