C'est l'histoire de paf le chien qui traverse la route et ...... PAF le chien !
This commit is contained in:
parent
39a46d2d12
commit
8fbf6a496d
@ -52,6 +52,7 @@ class Commande {
|
||||
$result = $this->db->fetch_array();
|
||||
|
||||
$this->id = $result["orders_id"];
|
||||
$this->client_id = stripslashes($result["customers_id"]);
|
||||
$this->client_name = stripslashes($result["customers_name"]);
|
||||
|
||||
$this->db->free();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user