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

[eluser]mddd[/eluser]
On that line there is only one "member function of an object" and that is $this->db->query.
You say you are using that line in your VIEW? Then that is the problem. $this->db is not available in the view. You should use it in the controller or the model!!
Get your db information there, and send the RESULT to the view to be displayed!


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