I know how to work with the MVC model, but I don’t have an idea how to work with MVP. I read about the differences between them but don’t know how to accomplish it.
Share
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.
The difference is twofold:
This would be a simplified example of presenter’s method. Here is an old answer, briefly explaining the differences between MVC-like patterns used in php.