I have about 4 tables from which I like to gather information and then show it in a view. From my understanding, I would need to create a class in Model. In the Controller, I would then call that class. I would then pass an instance of that class to the view.
I am not sure though on how to do this programatically. If some code can be provided as a simple example. Also I may need to edit and delete the records I show on the view as well.