in many frameworks, each table corresponds to a model,. We usually add a service layer in the MVC to deal with business logic. Why not directly manipulate the db class in the service layer
What is the advantage of the framework doing this (one model per table)
Thank you