Commit 5ba5115b authored by Nico Schallehn's avatar Nico Schallehn

final commit zu GetDataListe

parent 449b4243
......@@ -57,7 +57,7 @@ class MediaDBViewerAPI{
$entrys = $this->DB_Objekt->query("SELECT ".$this->iset($GET_arr['Spalten'], "*")." FROM ".$GET_arr['Table']." ".$this->iset($GET_arr['Order'], " ", "ORDER BY ", " ").$this->iset($GET_arr['Limit'],"", " Limit "," ").";");
//echo "SELECT ".$this->iset($GET_arr['Spalten'], '*')." FROM ".$GET_arr['Table']." ".$this->iset($GET_arr['Order'], " ", "ORDER BY ", " ").$this->iset($GET_arr['Limit'],"", " Limit "," ").";";
//var_dump($entrys->fetch_array());
var_dump($GET_arr);
//var_dump($GET_arr);
$TitelArray = array();
foreach ($finfo as $val) {
array_push($TitelArray, $val->name);
......
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