Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Testing database connections
Post: RE: Testing database connections

Thanks for the tips guys. I tried to find a way to get $this->load->database(); to work but didn't have any luck. With display errors set to off and db_debug set to false, I was able to prevent the e...
34,525 Views
5 Replies
04-03-2015, 07:11 PM
BenHeadrick
    Thread: Testing database connections
Post: RE: Testing database connections

That makes sense. The following is working for me as far as I can tell. Anyone see any problems? PHP Code: -- public function check_database() { ini_set('display_errors', 'Off'); ...
34,525 Views
5 Replies
03-31-2015, 04:04 PM
BenHeadrick
    Thread: Testing database connections
Post: Testing database connections

Hello, I'm still learning CodeIgniter so please forgive me if my question is ridiculous. In a previous version of CI, I would set the 'autoinit' variable in the database config file to false, and init...
34,525 Views
5 Replies
03-30-2015, 10:24 PM
BenHeadrick

Theme © iAndrew 2016 - Forum software by © MyBB