1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

PDO class optimization

This commit is contained in:
Cameron
2019-02-10 16:19:25 -08:00
parent 42147e2227
commit 4e9f47c8b4
6 changed files with 89 additions and 124 deletions

View File

@@ -47,6 +47,17 @@
}
/**
* Return a list of all registered time markers.
* @return array
*/
public function getTimeMarkers()
{
return $this->aTimeMarks;
}
function e107_db_debug()
{