In a traditional MVC application, which component (model, view, or controller) is responsible for reading/writing the model to/from disk?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
The Model is generally responisble to reading from/writing to the file system or database. |
|||||||||
|