[eluser]jdav3579[/eluser]
Hi thanks for your swift replies.
Jedd - If you mean capitalizing the first letter of the class name, then I did do that to start off with, but as I am using a Windows operating System, I thought I would try an experiment with the capitalization, but unfortunately this had no effect whatsoever, So I renamed it back.
I guess your probably right about code tags, but I just forgot! :-)
My 27 posts are all questions as I am such a noob at CI, unlike your goodself! :-)
stuffradio - thanks, it was getting quite late(early in the morning sorry!), when I wrote the post!
I originally did use:
Code:
$this->Restc->browse();
in my model which instantiates the class, but it caused the same error message, so then I tried printing an message in the constructor upon instancing and it worked but subsequent method calls thereafter simply would not work.
I will post the actual code I have written (its not very much) later on. I think its odd, that its not working.