From: Christian Weiske Date: Wed, 19 Sep 2018 09:12:46 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/589.git/commitdiff_plain/388bf94e43a6ee408e3888a4b28bf23afd0a3152 --- 388bf94e43a6ee408e3888a4b28bf23afd0a3152 diff --git a/phork0.php b/phork0.php new file mode 100644 index 0000000..aa55029 --- /dev/null +++ b/phork0.php @@ -0,0 +1,8 @@ +enableQueryLog(); + +// ... your code + +//output query log +var_dump(\DB::getQueryLog()); +?> \ No newline at end of file