Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function on a non-object
#2

[eluser]hellboy[/eluser]
Just a quick update. I changed the following in my controller:

Code:
$data['query'] = $this->Articles_model->get_last_ten_articles();
to:
Code:
$data['query'] = $this->db->get('articles');
And it seems to work fine after that. Presumably the model function get_last_ten_articles isn't returning a correct value properly.

Any ideas?


Messages In This Thread
Fatal error: Call to a member function on a non-object - by El Forum - 08-12-2007, 05:52 AM
Fatal error: Call to a member function on a non-object - by El Forum - 08-12-2007, 07:03 AM
Fatal error: Call to a member function on a non-object - by El Forum - 08-12-2007, 08:21 AM
Fatal error: Call to a member function on a non-object - by El Forum - 08-12-2007, 03:55 PM
Fatal error: Call to a member function on a non-object - by El Forum - 08-12-2007, 04:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB