Welcome Guest, Not a member yet? Register   Sign In
Still trying to link database with website
#1

[eluser]Unknown[/eluser]
Thanks for your effort to help me connect my database with my site.putting the code: $this->load->database('default'); in my controller after the constructor has still not helped.The same thing for the autoload configuration.Please permit me ask you this question.

Since the error message is about a "Call to a member function on a non-object" and is in the file which displays my page(that is view,and the error line number is pointing to the same file),does that not show that something needs to be done about:

$query = $this->db->query('SELECT name, title, email FROM my_table'); (which is the first line of the php code sending request to the database)

Please I seriously need your help


Messages In This Thread
Still trying to link database with website - by El Forum - 08-09-2010, 05:53 AM
Still trying to link database with website - by El Forum - 08-09-2010, 06:08 AM
Still trying to link database with website - by El Forum - 08-09-2010, 06:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB