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

@@ -59,6 +59,10 @@ class XMLPage extends WebPage
}
echo trim($this->s_content);
}
if (class_exists('MetaModel'))
{
MetaModel::RecordQueryTrace();
}
}
public function add($sText)