Welcome Guest, Not a member yet? Register   Sign In
Loading model inside a model
#4

[eluser]gtech[/eluser]
so this could be in a models function

Code:
...
$CI =& get_instance();
$CI->load->model('testmodel');
$returndata = $CI->testmodel->testfunction($param1,$param2);
...

note you do not use $this->


Messages In This Thread
Loading model inside a model - by El Forum - 05-14-2008, 07:48 AM
Loading model inside a model - by El Forum - 05-14-2008, 08:56 AM
Loading model inside a model - by El Forum - 05-14-2008, 09:39 AM
Loading model inside a model - by El Forum - 05-14-2008, 12:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB