Welcome Guest, Not a member yet? Register   Sign In
Trouble with Models
#11

[eluser]Dan Decker[/eluser]
[quote author="swanweb" date="1205724039"]You have 2 views, are they both available:

$this->load->view('tickets');
$this->load->view('error_message');[/quote]

Yes, the idea is that if the login is successful the tickets view will be served, but if it fails then the error_message will be served. It doesn't seem to matter, because simply trying to call the model is what is breaking things. I can remove the call to load the model and everything works fine (doesn't really do anything though, ;-)). If I call the model but don't try to use any functions from it, the same thing happens, so the problem is either in the Model class at large (doubtful, or there would be way more posts on the subject), or in my Models code (more likely, since this is my first model ever).

I can apply a "Band-Aid" by making all of my database call from within the Controller, but I'd rather fix the problem and follow the MVC method for semantic reasons.

TIA,


Messages In This Thread
Trouble with Models - by El Forum - 03-16-2008, 11:26 AM
Trouble with Models - by El Forum - 03-16-2008, 01:14 PM
Trouble with Models - by El Forum - 03-16-2008, 02:26 PM
Trouble with Models - by El Forum - 03-16-2008, 02:33 PM
Trouble with Models - by El Forum - 03-16-2008, 02:56 PM
Trouble with Models - by El Forum - 03-16-2008, 03:59 PM
Trouble with Models - by El Forum - 03-16-2008, 04:10 PM
Trouble with Models - by El Forum - 03-16-2008, 04:11 PM
Trouble with Models - by El Forum - 03-16-2008, 04:20 PM
Trouble with Models - by El Forum - 03-16-2008, 04:22 PM
Trouble with Models - by El Forum - 03-16-2008, 04:31 PM
Trouble with Models - by El Forum - 03-16-2008, 04:38 PM
Trouble with Models - by El Forum - 03-16-2008, 04:45 PM
Trouble with Models - by El Forum - 03-16-2008, 06:09 PM
Trouble with Models - by El Forum - 03-16-2008, 06:13 PM
Trouble with Models - by El Forum - 03-16-2008, 06:39 PM
Trouble with Models - by El Forum - 03-17-2008, 08:15 AM
Trouble with Models - by El Forum - 03-17-2008, 11:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB