Just began researching mvc, and am not sure I grasp it yet.From what I gather it seems like an implementation of a 3 tier solution ie Model correspon开发者_JAVA百科ds to DAL, Controller to business lo
I have a data access layer that has separate classes for each table in the database. Each class makes objects that reference a row in the table, they have create, update, delete, and fetch functions.