08-19-2017, 04:34 AM
Hi @mudmin would you consider putting in the option for showing database errors during development?
This is what I have been using, i'd be interested to see how you would look at implementing either this or something similar.
This is what I have been using, i'd be interested to see how you would look at implementing either this or something similar.
Quote:$this->_pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);