|
Lines 79-85
Link Here
|
| 79 |
|
79 |
|
| 80 |
if (DB::isError($this->link)) |
80 |
if (DB::isError($this->link)) |
| 81 |
die($this->link->getMessage()); |
81 |
die($this->link->getMessage()); |
| 82 |
$this->driver = $this->dsn[phptype]; |
82 |
$this->driver = $this->dsn['phptype']; |
| 83 |
register_shutdown_function(array(&$this,'close')); |
83 |
register_shutdown_function(array(&$this,'close')); |
| 84 |
$this->dbs_name = $this->dsn['database']; |
84 |
$this->dbs_name = $this->dsn['database']; |
| 85 |
} |
85 |
} |