Commit b264835e authored by Nico Schallehn's avatar Nico Schallehn

test

parent 32c53dec
......@@ -265,13 +265,15 @@ class Media {
}
}else{
$keys[] = $key;
$values[] = $value;
$values[] = "'".$value."'";
echo " ".$key." => '".$value."'".PHP_EOL;
}
usleep(500);
$Query = "INSERT INTO Filme (".implode(",", $keys).") VALUES (".implode(",", $values).")";
echo PHP_EOL.$this->Console->getColoredString("Query", "light_gray", "green")." ".$Query.PHP_EOL;
}
$Query = "INSERT INTO Filme (".implode(",", $keys).") VALUES (".implode(",", $values).")";
echo PHP_EOL.$this->Console->getColoredString("Query", "light_gray", "green")." ".$Query.PHP_EOL;
usleep(3000);
foreach ($Querys as $Query) {
echo PHP_EOL.$this->Console->getColoredString("Query", "light_gray", "green")." ".$Query.PHP_EOL;
}
......
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