If I want to use ORM in MVC system
Which is/are correct?
Use ORM object to replace Model
Encapsulate ORM inside the Model
Use ORM outside the Model, use ORM to access DB, and then use one instance to store one record of data.
Other better practise
Please give me some example