Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] "Non-object" fatal error when loading two models in a controller
#5

[eluser]vitoco[/eluser]
i don't know if this may help, but in this line
Code:
$this->load->view('home_page', array('X_data' => $this->_data('X'), 'Y_data' => $this->_data('Y')));

you call the "_data" function twice, so the model it's loaded two times also...you get the "... on a non-object" error in the first or second call ???


Messages In This Thread
[SOLVED] "Non-object" fatal error when loading two models in a controller - by El Forum - 06-05-2011, 03:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB