Hello, I'm testing codeigniter, trying to create a simple blog.
The video tutorial on codeigniter' site is nice, but very incomplete.
I'm not too familiar with the MVC structure, and am wondering exactly what goes in a "model".
For instance, I'm currently doing the "admin" part of the site : add a new entry, delete, modify, and so on.
The view only contains xhtml, and the controller takes care of the rest. What should be in the model ? Everything about the database (inserts, updates, selects) ?