示例#1
0
 public function init()
 {
     $this->dsn = str_replace("dbname=", "", $this->dsn);
     parent::init();
 }