From: Andrey Kutejko Date: Sun, 17 Aug 2014 05:36:05 +0000 (+0300) Subject: new sql profiler X-Git-Tag: 0.6~27 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=b7aa54d8015d5862af550072754b2b7cb41256e0;p=ipf-legacy-orm.git new sql profiler --- diff --git a/ipf/orm/connection/profiler.php b/ipf/orm/connection/profiler.php deleted file mode 100644 index 4284fcb..0000000 --- a/ipf/orm/connection/profiler.php +++ /dev/null @@ -1,34 +0,0 @@ -start(); - - if ( ! in_array($a[0], $this->events, true)) { - $this->events[] = $a[0]; - } - } else { - // after-event listener found - $a[0]->end(); - } - } -} -