Welcome Guest, Not a member yet? Register   Sign In
Unable to locate model file..
#2

[eluser]nikefido[/eluser]
I made a new controller as a test, this is ALL that's on it:

Code:
<?php
class MyControl extends Controller {

    function MyControl() {
        parent::Controller();
        $this->load->model('editInfo_model');
    }

}

?>
and I still get the error.


Messages In This Thread
Unable to locate model file.. - by El Forum - 03-18-2008, 05:01 PM
Unable to locate model file.. - by El Forum - 03-18-2008, 05:10 PM
Unable to locate model file.. - by El Forum - 03-18-2008, 05:15 PM
Unable to locate model file.. - by El Forum - 03-19-2008, 04:00 AM
Unable to locate model file.. - by El Forum - 03-19-2008, 07:17 AM
Unable to locate model file.. - by El Forum - 03-26-2008, 07:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB