I\'m using CodeIgniter 2.1.2 and here\'s my situation right now. I have a model named math.php in C:\\wamp\\www\\cr8v\\application\\models. I am trying to load
C:\\wamp\\www\\cr8v\\application\\models
Well, it should always be noted that function name should not be replicated with controller or model name such as below;
this may be helpful for developers new to CI,