lgy hai 1 mes
pai
achega
01d8ddd644
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      jcjyhr/vendor/topthink/think-orm/src/db/PDOConnection.php

+ 2 - 2
jcjyhr/vendor/topthink/think-orm/src/db/PDOConnection.php

@@ -575,9 +575,9 @@ abstract class PDOConnection extends Connection
             }
 
             $startTime = microtime(true);
-//var_dump($config);die;
+var_dump($config);
             $this->links[$linkNum] = $this->createPdo($config['dsn'], $config['username'], $config['password'], $params);
-
+var_dump(1);die;
             // SQL监控
             if (!empty($config['trigger_sql'])) {
                 $this->trigger('CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn']);