Testing database connections |
It looks like they removed the option and it "autoinits" when it gets loaded. So don't autoload it in config/autoload.php, do your checks and then use $this->load->database(); to load it AND init it. http://www.codeigniter.com/userguide3/da...cting.html
|
Messages In This Thread |
Testing database connections - by BenHeadrick - 03-30-2015, 10:24 PM
RE: Testing database connections - by CroNiX - 03-31-2015, 06:55 AM
RE: Testing database connections - by BenHeadrick - 03-31-2015, 04:04 PM
RE: Testing database connections - by CroNiX - 04-01-2015, 07:14 AM
RE: Testing database connections - by silentium - 04-01-2015, 10:26 AM
RE: Testing database connections - by BenHeadrick - 04-03-2015, 07:11 PM
|