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

[eluser]Dan Decker[/eluser]
Allright, I've simplified the model to it's most basic form:
Code:
<?php
class User_model extends Model {
    function User_model()
    {
        parent::Model();
    }
}
?>
When I tried to load this "Model of Nothing..." I still get the same result, a blank page. I rewrote it from scratch to elimnate any potential errors. I KNOW it doesn't do anything, but since that's the point, it shouldn't cause a blank page still, right? I stripped the Controller down to merely load this model and then serve a view, nothing else, and it still just makes a blank page. Here is the only code I'm using in the Controller right now:
Code:
$this->load->model('User_model');
$this->load->view('tickets');
WTF folks, what else can I do?
:ahhh:


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