Welcome Guest, Not a member yet? Register   Sign In
Call, another model in a model
#2

[eluser]Colin Williams[/eluser]
Use the get_instance() function to get an instance of the CI superobject, then use the normal APIs to load and call model functions.

Code:
$ci =& get_instance();
$ci->load->model('other_model');
$ci->other_model->get_related(3);

Quote:Another thing, is it possible to pass a parameter to Model (or Library) constructor?

It wouldn't make much sense to, since models in CI are not really designed to represent single objects (they are purely organizational).


Messages In This Thread
Call, another model in a model - by El Forum - 11-26-2008, 05:52 AM
Call, another model in a model - by El Forum - 11-26-2008, 06:51 AM
Call, another model in a model - by El Forum - 11-26-2008, 07:05 AM
Call, another model in a model - by El Forum - 11-26-2008, 07:07 AM
Call, another model in a model - by El Forum - 11-26-2008, 07:11 AM
Call, another model in a model - by El Forum - 11-26-2008, 07:26 AM
Call, another model in a model - by El Forum - 11-26-2008, 07:46 AM
Call, another model in a model - by El Forum - 11-26-2008, 07:57 AM
Call, another model in a model - by El Forum - 11-26-2008, 08:00 AM
Call, another model in a model - by El Forum - 11-26-2008, 08:39 AM
Call, another model in a model - by El Forum - 11-26-2008, 08:47 AM
Call, another model in a model - by El Forum - 11-26-2008, 05:57 PM
Call, another model in a model - by El Forum - 11-26-2008, 09:23 PM
Call, another model in a model - by El Forum - 11-27-2008, 08:01 AM
Call, another model in a model - by El Forum - 01-08-2009, 02:30 PM
Call, another model in a model - by El Forum - 01-08-2009, 07:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB