[eluser]adamp1[/eluser]
OK first of all, you don't need to implement the fetch method. This is already done for you. By extending the base model class you get a default set of methods.
By the look of things you are trying to run my Insert method. This requires 2 things.
- The table
- An array of columns => values
If you want examples of how to use the model try looking in the modules auth folder. There I have created models which work by extending the base method.
Does any of that help?