From 56e9fa581b9e7d590dfb56482b898339f29bd8f2 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 23 Jan 2008 17:26:37 +0000 Subject: added $query_times property to DB driver for profiling added individual query execution time to profiler output --- user_guide/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8889e279d..090528a44 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,7 +103,7 @@ Change Log
  • Added the ability to auto-load Models.
  • Reorganized the URI and Routes classes for better clarity.
  • Added Compat.php to allow function overrides for older versions of PHP or PHP environments missing certain extensions / libraries
  • -
  • Added memory usage, GET, and URI string data to Profiler output.
  • +
  • Added memory usage, GET, URI string data, and individual query execution time to Profiler output.
  • Deprecated Scaffolding.
  • -- cgit v1.2.3-24-g4f1b