Welcome Guest, Not a member yet? Register   Sign In
can i load another model inside model ?
#7

[eluser]PhilTem[/eluser]
You don't have to use

Code:
$this->load->model(array('level_model'));

It's (slightly) faster to just use

[code]
$this->load->model('level_model');
[code]

since it won't loop over every element in the passed array Wink

Just as a side remark, but you can of course load one model in another model.


Messages In This Thread
can i load another model inside model ? - by El Forum - 07-19-2012, 07:20 PM
can i load another model inside model ? - by El Forum - 07-19-2012, 07:48 PM
can i load another model inside model ? - by El Forum - 07-19-2012, 09:57 PM
can i load another model inside model ? - by El Forum - 07-19-2012, 10:02 PM
can i load another model inside model ? - by El Forum - 07-19-2012, 10:04 PM
can i load another model inside model ? - by El Forum - 07-19-2012, 10:37 PM
can i load another model inside model ? - by El Forum - 07-20-2012, 05:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB