Welcome Guest, Not a member yet? Register   Sign In
connecting and retrieving database data
#2

[eluser]Ajaxian64[/eluser]
try $this->load->database(); in your controller; You should do it in constructor, after parent::Controller();
Otherwise you can do this in autoload $autoload['libraries'] = array('database','xxx');


Messages In This Thread
connecting and retrieving database data - by El Forum - 08-09-2010, 03:00 AM
connecting and retrieving database data - by El Forum - 08-09-2010, 03:30 AM
connecting and retrieving database data - by El Forum - 08-09-2010, 06:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB