Closed sincilite closed 7 years ago
Referenced in https://github.com/FaaPz/Slim-PDO/issues/11
It's not possible to overwrite any options set in Database::getDefaultOptions() when passing the $options array into the constructor.
Line 31 should be:
$options = $options + $this->getDefaultOptions();
Merged #59. 😉
Referenced in https://github.com/FaaPz/Slim-PDO/issues/11
It's not possible to overwrite any options set in Database::getDefaultOptions() when passing the $options array into the constructor.
Line 31 should be:
$options = $options + $this->getDefaultOptions();