So, should Model be considered as reflection of a view in terms of data. For example the model of a contact form would be : Name, Email Address, WebsiteName and Description ? Is this correct conceptually ?
Thanks
V.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you have explained is a ViewModel essentially: a Model that is tailored to one View. But the definition of a Model would be the objects that send information to the database, perform business functions, and are just the representation of the domain of the application.