(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Wed, 19 Sep 2018 09:12:46 +0000 (11:12 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Wed, 19 Sep 2018 09:12:46 +0000 (11:12 +0200)
phork0.php [new file with mode: 0644]

diff --git a/phork0.php b/phork0.php
new file mode 100644 (file)
index 0000000..aa55029
--- /dev/null
@@ -0,0 +1,8 @@
+<?php\r
+\DB::connection()->enableQueryLog();\r
+\r
+// ... your code\r
+\r
+//output query log\r
+var_dump(\DB::getQueryLog());\r
+?>
\ No newline at end of file