|
|
@@ -7,7 +7,7 @@ class action {
|
|
|
|
|
|
public function getUser() {
|
|
|
$list = array();
|
|
|
- $dbAction = $this->db->prepare("SELECT token, role, description FROM clients");
|
|
|
+ $dbAction = $this->db->prepare("SELECT token, role, description FROM clients ORDER BY description ASC");
|
|
|
$dbAction->execute();
|
|
|
$dbAction->store_result();
|
|
|
$dbAction->bind_result($token,$role,$description);
|