mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
80afad9d07
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ class DB
|
|||
$dsn .= (isset($config['port']) && $config['port'] != 3306) ? (';port=' . $config['port']) : '';
|
||||
$dsn .= ';dbname=' . $config['database'];
|
||||
$dsn .= ';charset=' . $this->_charset;
|
||||
class_exists('\Rhymix\Framework\Helpers\DBStmtHelper');
|
||||
$options = array(
|
||||
\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION,
|
||||
\PDO::ATTR_EMULATE_PREPARES => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue