mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Refined debugging of PDO queries.
This commit is contained in:
@@ -57,6 +57,15 @@
|
||||
return $this->aTimeMarks;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a list of currently logged items
|
||||
* @return array
|
||||
*/
|
||||
public function getLog()
|
||||
{
|
||||
return $this->aLog;
|
||||
}
|
||||
|
||||
|
||||
function e107_db_debug()
|
||||
{
|
||||
|
Reference in New Issue
Block a user