Model

 Models in codeigniter are usually used for database manipulations which are insertion of a new row,Deletion of a new row,Updation of an existing row.
 
  Models are located inside the application folder.Folder structure of the models in codeigniter is,
codeigniter/application/models/.


For example i have created a class inside a model named user_model , and that should be like this,