Commit 154aa01f authored by Nico Schallehn's avatar Nico Schallehn

test, works commiting?

parent a8712f7a
...@@ -64,6 +64,7 @@ class MediaDBViewerAPI{ ...@@ -64,6 +64,7 @@ class MediaDBViewerAPI{
.";"; .";";
$entrys = $this->DB_Objekt->query($Query); $entrys = $this->DB_Objekt->query($Query);
//echo "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($entrys->fetch_array());
......
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