Features Netzbau-> Dateiablage und Stammdaten->Pops hinzugefügt

This commit is contained in:
Spitzer_Daniel
2023-02-16 15:44:19 +01:00
parent c5d36132d2
commit cf92596ebf
24 changed files with 2371 additions and 23 deletions

View File

@@ -71,7 +71,7 @@ class PopModel {
$db = FronkDB::singleton();
$res = $db->select("Pop", "*");
$res = $db->select("Pop", "*","1=1 ORDER by name");
if($db->num_rows($res)) {
while($data = $db->fetch_object($res)) {
$items[] = new Pop($data);