Improved the query logging + replay mechanism

SVN:trunk[2484]
This commit is contained in:
Romain Quetiez
2012-11-30 13:27:07 +00:00
parent d69163199b
commit 941d056db4
9 changed files with 270 additions and 111 deletions

View File

@@ -270,6 +270,11 @@ EOF
{
echo self::FilterXSS($s_captured_output);
}
if (class_exists('MetaModel'))
{
MetaModel::RecordQueryTrace();
}
}
/**