Welcome Guest, Not a member yet? Register   Sign In
Loading models within models
#5

[eluser]danmontgomery[/eluser]
You can also just:

Code:
$CI =& get_instance();
$CI->load->model('my_model');

$CI->my_model->func();
// or
$this->my_model = $CI->my_model;
$this->my_model->func();

I would avoid autoloading everything if at all possible.


Messages In This Thread
Loading models within models - by El Forum - 04-14-2011, 08:49 AM
Loading models within models - by El Forum - 04-14-2011, 11:31 AM
Loading models within models - by El Forum - 04-14-2011, 12:27 PM
Loading models within models - by El Forum - 04-14-2011, 02:57 PM
Loading models within models - by El Forum - 04-14-2011, 03:19 PM
Loading models within models - by El Forum - 04-15-2011, 12:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB