Commit e745a054 authored by Nico Schallehn's avatar Nico Schallehn

debug

parent 03f6bb8d
...@@ -54,7 +54,8 @@ class MediaDBViewerAPI{ ...@@ -54,7 +54,8 @@ class MediaDBViewerAPI{
} }
public function APIGetDataListe($Table, $Spalten = "*", $Order = "", $Sort){ public function APIGetDataListe($Table, $Spalten = "*", $Order = "", $Sort){
$entrys = $this->DB_Objekt->query("SELECT ".$Spalten." FROM ".$Table.""); $entrys = $this->DB_Objekt->query("SELECT ".$Spalten." FROM ".$Table."");
$entryArray = $entrys->fetch_array(MYSQLI_ASSOC); var_dump($entrys);
//$entryArray = $entrys->fetch_array(MYSQLI_ASSOC);
return $entryArray; return $entryArray;
} }
public function API_serverinfo(){ public function API_serverinfo(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment