Commit 63f9f6e4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4cae6be6
...@@ -57,7 +57,8 @@ class MediaDBViewerAPI{ ...@@ -57,7 +57,8 @@ class MediaDBViewerAPI{
$entrys = $this->DB_Objekt->query("SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table'].";"); $entrys = $this->DB_Objekt->query("SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table'].";");
//echo "SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table'].";"; //echo "SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table'].";";
//var_dump($entrys->fetch_array()); //var_dump($entrys->fetch_array());
//$entryArray = $entrys->fetch_array(MYSQLI_ASSOC); $entryArray = $entrys->fetch_array();
return $entryArray; return $entryArray;
} }
} }
......
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