Welcome Guest, Not a member yet? Register   Sign In
Model overwriting other model data
#2

[eluser]Flipside Tech[/eluser]
Fixed it by changing the following in the CodeIgniter Model class:

Code:
//$this->_assign_libraries( (method_exists($this, '__get') OR method_exists($this, '__set')) ? FALSE : TRUE );
$this->_assign_libraries(FALSE);

Can someone tell me why that fixed it?


Messages In This Thread
Model overwriting other model data - by El Forum - 12-11-2008, 09:09 PM
Model overwriting other model data - by El Forum - 12-11-2008, 09:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB