Download presentation
Presentation is loading. Please wait.
Published byImogene Kelly Modified over 9 years ago
1
MVC Design Pattern
2
2009 - 2012 - Web Developer at Crimshield, Inc. 2012 - 2013 - Application Developer at IBM 2013 - Present - Delta Developer at Tides Are Rising(DentalMarketing.net) mikevalladolid@gmail.com About me
3
What is Design Pattern? A standard solution to common problems in software design. A template on how to solve a problem. Formalized best practices.
4
The Problem
5
What is MVC? A design pattern in implementing user interfaces. Separation of concern. Model – View - Controller
6
Model Model represents knowledge
7
Controller Link between the user and the system
8
View Visual representation of model
11
Pros Provides structure to your application. Allows multiple team to work separately Code reusability
12
Cons Complexity
13
MVC Web Frameworks PHP (Zend, Codeigniter, Yii, CakePHP, Laravel) Java (Struts, Spring MVC, Play! Framework) Ruby (Rails) Python (Django) Javascript (JavaScriptMVC)
14
Demo
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.