DB.php
authoredward <edward@roojs.com>
Mon, 14 Nov 2016 03:38:28 +0000 (11:38 +0800)
committeredward <edward@roojs.com>
Mon, 14 Nov 2016 03:38:28 +0000 (11:38 +0800)
DB.php

diff --git a/DB.php b/DB.php
index 75556c1..8a49641 100644 (file)
--- a/DB.php
+++ b/DB.php
@@ -523,6 +523,7 @@ class DB
     static function connect($dsn, $options = array())
     {
          $dsninfo = DB::parseDSN($dsn);
+         print_R($dsninfo);exit;
         $type = $dsninfo['phptype'];
 
         if (!is_array($options)) {