/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element/sql_log_panel.php (3156B)
Generated Models
The following Table objects used Cake\ORM\Table instead of a concrete class:
queries();
if (empty($queries)) :
continue;
endif;
$noOutput = false;
?>
= h($logger->name()) ?>
= sprintf(
'Total Time: %d ms — Total Queries: %d — Total Rows: %d',
$logger->totalTime(),
count($queries),
$logger->totalRows()
);
?>
| Query |
Rows |
Took (ms) |
| = SqlFormatter::format($query['query']) ?> |
= h($query['rows']) ?> |
= h($query['took']) ?> |
No active database connections