Commit 1cdb6dfb authored by Nico Schallehn's avatar Nico Schallehn

$this->

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