1 / 14

MVC

MVC . Design Pattern. About me. 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. What is Design Pattern? .

vance
Télécharger la présentation

MVC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MVC Design Pattern

  2. About me • 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

  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

  9. Pros • Provides structure to your application. • Allows multiple team to work separately • Code reusability

  10. Cons • Complexity

  11. MVC Web Frameworks • PHP (Zend, Codeigniter, Yii, CakePHP, Laravel) • Java (Struts, Spring MVC, Play! Framework) • Ruby (Rails) • Python (Django) • Javascript (JavaScriptMVC)

  12. Demo

More Related