added sorting functionality

This commit is contained in:
Felix Ivo
2025-06-16 10:56:45 +02:00
parent fd08f04600
commit e62a0ec2af
3 changed files with 280 additions and 26 deletions

View File

@@ -32,10 +32,6 @@ class NotesModel extends Database
$erg=$stmt->fetchAll(\PDO::FETCH_ASSOC);
foreach($erg as $key=>$row) {
$erg[$key]['id']+=0;
}
return $erg;
}
}