Welcome Guest, Not a member yet? Register   Sign In
model will not work! [solved]
#3

[eluser]alexsancho[/eluser]
Try this in your model

Code:
<?php

class Rmodel extends Model {

    function Rmodel()
    {
        parent::Model();
    }
    
    function doSomething()
    {
        return $this->db->get('etc');
    }
}
?>

and call it from your controller without capitals, hope this helps


Messages In This Thread
model will not work! [solved] - by El Forum - 07-28-2007, 01:28 PM
model will not work! [solved] - by El Forum - 07-28-2007, 01:38 PM
model will not work! [solved] - by El Forum - 07-28-2007, 01:50 PM
model will not work! [solved] - by El Forum - 07-28-2007, 01:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB