In a traditional MVC application, which component (model, view, or controller) is responsible for reading/writing the model to/from disk?
The Model is generally responisble to reading from/writing to the file system or database.
3
In a traditional MVC application, which component (model, view, or controller) is responsible for reading/writing the model to/from disk?
The Model is generally responisble to reading from/writing to the file system or database.
3