Welcome Guest, Not a member yet? Register   Sign In
Models, Controllers N Bears OH mY!!
#8

[eluser]smatakajr[/eluser]
Ok to screw me up even further, i put back the mail_model in the inbox_model
and i removed the affiliates_model from the mail_model and it all works
so there is defintly a circle here that CI does not like

Here is the flow

signup controler constructer loads

Code:
$this->load->model("profile_model");
$this->load->model("inbox_model");

In profile_model construct loads

Code:
$this->load->model("inbox_model");
$this->load->model("mail_model");

In inbox_model construct loads

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


In mail_model construct loads

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

In the affiliates_model construct loads

Code:
$this->load->model("mail_que_model");
$this->load->model("inbox_model");


NOW when i dig to the botom of it
when i take out the affiliates_model from the mail_model

ALL WORKS

I am confused now... really Sad

Thanks For Your Help
Rick!!


Messages In This Thread
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 01:44 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 02:43 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 06:33 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 07:04 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 07:09 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 07:22 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 07:33 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 07:45 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 07:55 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-19-2009, 08:25 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-20-2009, 09:42 AM
Models, Controllers N Bears OH mY!! - by El Forum - 08-20-2009, 06:41 PM
Models, Controllers N Bears OH mY!! - by El Forum - 08-21-2009, 08:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB