order product list by id
This commit is contained in:
parent
a521a8011b
commit
3a92645792
@ -428,7 +428,8 @@ class Bdd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getProduits($idNextcloud){
|
public function getProduits($idNextcloud){
|
||||||
$sql = "SELECT * FROM ".$this->tableprefix."produit;";
|
$sql = "SELECT *
|
||||||
|
FROM ".$this->tableprefix."produit ORDER BY id DESC;";
|
||||||
return $this->execSQL($sql, array());
|
return $this->execSQL($sql, array());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user