mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
update debug message
This commit is contained in:
parent
1b287c8d28
commit
bd212edb97
@ -1070,7 +1070,6 @@ echo ' insert: ' . $db->getDebug()->query->insert->total . PHP_EOL;
|
|||||||
echo ' update: ' . $db->getDebug()->query->update->total . PHP_EOL;
|
echo ' update: ' . $db->getDebug()->query->update->total . PHP_EOL;
|
||||||
echo ' delete: ' . $db->getDebug()->query->delete->total . PHP_EOL . PHP_EOL;
|
echo ' delete: ' . $db->getDebug()->query->delete->total . PHP_EOL . PHP_EOL;
|
||||||
|
|
||||||
echo '[time]' . PHP_EOL;
|
echo PHP_EOL . PHP_EOL;
|
||||||
echo $executionTimeTotal . PHP_EOL . PHP_EOL;
|
|
||||||
|
|
||||||
echo '---- ' . date('c') . ' ----' . PHP_EOL . PHP_EOL;
|
echo '---- completed in ' . $executionTimeTotal . ' seconds ----' . PHP_EOL . PHP_EOL;
|
Loading…
Reference in New Issue
Block a user