![]() |
Problems with Database connectivity using odbc Message: Undefined property: CI_Loader::$db - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Problems with Database connectivity using odbc Message: Undefined property: CI_Loader::$db (/showthread.php?tid=6268) |
Problems with Database connectivity using odbc Message: Undefined property: CI_Loader::$db - El Forum - 02-20-2008 [eluser]Unknown[/eluser] Not really sure what's going on. I can connect to the db through straight Quote:Message: Undefined property: CI_Loader::$db This is in my view page so i could test it. Code: $this->load->database('default'); and from my database.php Code: $db['default']['hostname'] = "hostname or I've tried my freeTDS DSN"; Problems with Database connectivity using odbc Message: Undefined property: CI_Loader::$db - El Forum - 04-05-2012 [eluser]Unknown[/eluser] config -> autoload.php $autoload['libraries'] = array('database'); |