Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter App getting data from the wrong mySQL table?
#4

[eluser]xwero[/eluser]
And you are sure
Code:
$get_comments = $this->mdl_blog->get_comments($id, NULL);
Isn't
Code:
$get_comments = $this->mdl_blog->get_blog($id, NULL);
Because there is no second parameter in your get_comments method.


Messages In This Thread
CodeIgniter App getting data from the wrong mySQL table? - by El Forum - 10-07-2008, 02:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB