際際滷

際際滷Share a Scribd company logo
Model View Controller
What is MVC Before we look at MVC we need a small history of Web Technologies and design patterns CGI ASP or php or jsp Event based frameworks like ASP.NET java faces
Design Pattern Adhoc (Write what you feel) Event based design with various kinds of controllers Model View Controller
MVC Schematic View
Client and Dispatcher Client is Typically an Http 1.0 and above compliant client like a web browser Dispatcher is typically a routing table which would dispatch a particular request to a particular controller
View HTML XML Javascript etc
Controller and Actions http://localhost/controller/action/parameters If something is going to hit your website it has to be through a controller and an action Use base classes for specific controllers Load helper components in controllers Define actions of the same controller like Controller  User :: Actions  add, edit, delete
Model This is nothing but your business layer.  All your business logic is written here Eg: Send Email after registration Eg: delete a relationship on delete of an entity Etc Heart of your application
FAQ What code goes in Model and what in Controller? Why is MVC a better design pattern Is View dumb? Model sounds like just get set methods, why do you say it is the heart? Are Controllers reusable? How are models reusable?
Active Records Convention over configuration Why is this called Active records Easily defining relationships Magic Methods Drawbacks

More Related Content

What's hot (20)

MSDN - ASP.NET MVC
MSDN - ASP.NET MVCMSDN - ASP.NET MVC
MSDN - ASP.NET MVC
Maarten Balliauw
ASP.NET MVC 3
ASP.NET MVC 3ASP.NET MVC 3
ASP.NET MVC 3
Buu Nguyen
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
Thomas Robbins
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Emad Alashi
ASP .Net MVC 5
ASP .Net MVC 5ASP .Net MVC 5
ASP .Net MVC 5
Nilachal sethi
MVC ppt presentation
MVC ppt presentationMVC ppt presentation
MVC ppt presentation
Bhavin Shah
ASP.NET 4 and AJAX
ASP.NET 4 and AJAXASP.NET 4 and AJAX
ASP.NET 4 and AJAX
KulveerSingh
Lightning page optimization & best practices
Lightning page optimization & best practicesLightning page optimization & best practices
Lightning page optimization & best practices
Gaurav Jain
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
ivpol
Mvc framework
Mvc frameworkMvc framework
Mvc framework
Dhurham Fahem
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Sunpawet Somsin
ASP .NET MVC
ASP .NET MVC ASP .NET MVC
ASP .NET MVC
eldorina
Getting Started with ASP.NET MVC 3 and Razor
Getting Started with ASP.NET MVC 3 and RazorGetting Started with ASP.NET MVC 3 and Razor
Getting Started with ASP.NET MVC 3 and Razor
Dan Wahlin
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
Volkan Uzun
ASP .net MVC
ASP .net MVCASP .net MVC
ASP .net MVC
Divya Sharma
Asp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin SawantAsp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin Sawant
Nitin S
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Khaled Musaied
What's new in visual studio 2013
What's new in visual studio 2013What's new in visual studio 2013
What's new in visual studio 2013
Taiseer Joudeh
Dot net interview questions and asnwers
Dot net interview questions and asnwersDot net interview questions and asnwers
Dot net interview questions and asnwers
kavinilavuG
MVC From Beginner to Advance in Indian Style by - Indiandotnet
MVC From Beginner to Advance in Indian Style by - IndiandotnetMVC From Beginner to Advance in Indian Style by - Indiandotnet
MVC From Beginner to Advance in Indian Style by - Indiandotnet
Indiandotnet
ASP.NET MVC 3
ASP.NET MVC 3ASP.NET MVC 3
ASP.NET MVC 3
Buu Nguyen
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
Thomas Robbins
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Emad Alashi
MVC ppt presentation
MVC ppt presentationMVC ppt presentation
MVC ppt presentation
Bhavin Shah
ASP.NET 4 and AJAX
ASP.NET 4 and AJAXASP.NET 4 and AJAX
ASP.NET 4 and AJAX
KulveerSingh
Lightning page optimization & best practices
Lightning page optimization & best practicesLightning page optimization & best practices
Lightning page optimization & best practices
Gaurav Jain
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
ivpol
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Sunpawet Somsin
ASP .NET MVC
ASP .NET MVC ASP .NET MVC
ASP .NET MVC
eldorina
Getting Started with ASP.NET MVC 3 and Razor
Getting Started with ASP.NET MVC 3 and RazorGetting Started with ASP.NET MVC 3 and Razor
Getting Started with ASP.NET MVC 3 and Razor
Dan Wahlin
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
Volkan Uzun
Asp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin SawantAsp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin Sawant
Nitin S
Introduction to ASP.NET MVC
Introduction to ASP.NET MVCIntroduction to ASP.NET MVC
Introduction to ASP.NET MVC
Khaled Musaied
What's new in visual studio 2013
What's new in visual studio 2013What's new in visual studio 2013
What's new in visual studio 2013
Taiseer Joudeh
Dot net interview questions and asnwers
Dot net interview questions and asnwersDot net interview questions and asnwers
Dot net interview questions and asnwers
kavinilavuG
MVC From Beginner to Advance in Indian Style by - Indiandotnet
MVC From Beginner to Advance in Indian Style by - IndiandotnetMVC From Beginner to Advance in Indian Style by - Indiandotnet
MVC From Beginner to Advance in Indian Style by - Indiandotnet
Indiandotnet

Similar to Model View Controller (20)

MVC 4
MVC 4MVC 4
MVC 4
Vasilios Kuznos
Asp.Net MVC Intro
Asp.Net MVC IntroAsp.Net MVC Intro
Asp.Net MVC Intro
Stefano Paluello
SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从 仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...
SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从  仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从  仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...
SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从 仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...
SoftServe
CTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVC
Barry Gervin
Getting Started with Zend Framework
Getting Started with Zend FrameworkGetting Started with Zend Framework
Getting Started with Zend Framework
Juan Antonio
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Er. Kamal Bhusal
Model view controller (mvc)
Model view controller (mvc)Model view controller (mvc)
Model view controller (mvc)
M Ahsan Khan
Technoligent providing custom ASP.NET MVC development services
Technoligent providing custom ASP.NET MVC development servicesTechnoligent providing custom ASP.NET MVC development services
Technoligent providing custom ASP.NET MVC development services
Aaron Jacobson
ASP.net MVC Introduction Wikilogia (nov 2014)
ASP.net MVC Introduction Wikilogia (nov 2014)ASP.net MVC Introduction Wikilogia (nov 2014)
ASP.net MVC Introduction Wikilogia (nov 2014)
Hatem Hamad
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0
Shiju Varghese
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Anurag Gupta
AspMVC4 start101
AspMVC4 start101AspMVC4 start101
AspMVC4 start101
Rich Helton
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
Volkan Uzun
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Taranjeet Singh
ASP.NET MVC 3
ASP.NET MVC 3ASP.NET MVC 3
ASP.NET MVC 3
joselinoneto
Mvc
MvcMvc
Mvc
Furqan Ashraf
Asp.net With mvc handson
Asp.net With mvc handsonAsp.net With mvc handson
Asp.net With mvc handson
Prashant Kumar
Mvc 4 0_jayant_jindal_28082010
Mvc 4 0_jayant_jindal_28082010Mvc 4 0_jayant_jindal_28082010
Mvc 4 0_jayant_jindal_28082010
Rishu Mehra
ASP.NET MVC From The Ground Up
ASP.NET MVC From The Ground UpASP.NET MVC From The Ground Up
ASP.NET MVC From The Ground Up
Kevin Griffin
learn mvc project in 7 day
learn mvc project in 7 daylearn mvc project in 7 day
learn mvc project in 7 day
Quach Long
SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从 仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...
SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从  仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从  仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...
SoftServe - "ASP.NET MVC 磻 仆舒仗仆亳亶 从仂从 仂亰于亳从 亠仆仂仍仂亞 仂亰仂弍从亳 Web...
SoftServe
CTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVCCTTDNUG ASP.NET MVC
CTTDNUG ASP.NET MVC
Barry Gervin
Getting Started with Zend Framework
Getting Started with Zend FrameworkGetting Started with Zend Framework
Getting Started with Zend Framework
Juan Antonio
Model view controller (mvc)
Model view controller (mvc)Model view controller (mvc)
Model view controller (mvc)
M Ahsan Khan
Technoligent providing custom ASP.NET MVC development services
Technoligent providing custom ASP.NET MVC development servicesTechnoligent providing custom ASP.NET MVC development services
Technoligent providing custom ASP.NET MVC development services
Aaron Jacobson
ASP.net MVC Introduction Wikilogia (nov 2014)
ASP.net MVC Introduction Wikilogia (nov 2014)ASP.net MVC Introduction Wikilogia (nov 2014)
ASP.net MVC Introduction Wikilogia (nov 2014)
Hatem Hamad
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0
Shiju Varghese
AspMVC4 start101
AspMVC4 start101AspMVC4 start101
AspMVC4 start101
Rich Helton
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
Volkan Uzun
Asp.net With mvc handson
Asp.net With mvc handsonAsp.net With mvc handson
Asp.net With mvc handson
Prashant Kumar
Mvc 4 0_jayant_jindal_28082010
Mvc 4 0_jayant_jindal_28082010Mvc 4 0_jayant_jindal_28082010
Mvc 4 0_jayant_jindal_28082010
Rishu Mehra
ASP.NET MVC From The Ground Up
ASP.NET MVC From The Ground UpASP.NET MVC From The Ground Up
ASP.NET MVC From The Ground Up
Kevin Griffin
learn mvc project in 7 day
learn mvc project in 7 daylearn mvc project in 7 day
learn mvc project in 7 day
Quach Long

Recently uploaded (20)

2024_EN_Hyundai capital services earnings releasepdf
2024_EN_Hyundai capital services earnings releasepdf2024_EN_Hyundai capital services earnings releasepdf
2024_EN_Hyundai capital services earnings releasepdf
irhcs
the best agriculture online marketplace to buy and sell farming products
the best agriculture online marketplace to buy and sell farming productsthe best agriculture online marketplace to buy and sell farming products
the best agriculture online marketplace to buy and sell farming products
workmintmedia
The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...
The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...
The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...
Aurelien Domont, MBA
Mohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdf
Mohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdfMohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdf
Mohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdf
Mohit Bansal GMI
Bruce Lee Keebeck - Specializes In Multi-Generational Wealth
Bruce Lee Keebeck - Specializes In Multi-Generational WealthBruce Lee Keebeck - Specializes In Multi-Generational Wealth
Bruce Lee Keebeck - Specializes In Multi-Generational Wealth
Bruce Lee Keebeck
How a Shopify Subscription App Can Increase Recurring Revenue for Pet Brands
How a Shopify Subscription App Can Increase Recurring Revenue for Pet BrandsHow a Shopify Subscription App Can Increase Recurring Revenue for Pet Brands
How a Shopify Subscription App Can Increase Recurring Revenue for Pet Brands
emmacoleman9999
_Mobile Application User-guide for MLeads.pdf
_Mobile Application User-guide for MLeads.pdf_Mobile Application User-guide for MLeads.pdf
_Mobile Application User-guide for MLeads.pdf
MLeads
Top 10 Software Development Companies in USA 2025
Top 10 Software Development Companies in USA 2025Top 10 Software Development Companies in USA 2025
Top 10 Software Development Companies in USA 2025
SoluLab1231
Gopal Balakrishnan Writer and Independent Scholar
Gopal Balakrishnan  Writer and Independent ScholarGopal Balakrishnan  Writer and Independent Scholar
Gopal Balakrishnan Writer and Independent Scholar
Gopal Balakrishnan
Communication with people and World wide business strategy
Communication with people and World wide business strategyCommunication with people and World wide business strategy
Communication with people and World wide business strategy
nitupankalita6
Windows Server 2025 known issues and notifications.pptx
Windows Server 2025 known issues and notifications.pptxWindows Server 2025 known issues and notifications.pptx
Windows Server 2025 known issues and notifications.pptx
WroffyTechnologies
Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...
Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...
Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...
Arun Tamang
Guest Post Discovery: Your partner in digital growth
Guest Post Discovery: Your partner in digital growthGuest Post Discovery: Your partner in digital growth
Guest Post Discovery: Your partner in digital growth
guestpostdiscovery
MmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmm
MmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmm
MmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmm
Dhananjaya Malla
Paul Turovsky - A Skilled Communicator
Paul Turovsky  -  A Skilled CommunicatorPaul Turovsky  -  A Skilled Communicator
Paul Turovsky - A Skilled Communicator
Paul Turovsky
Enhancing Security Measures in Enterprise Document Management Systems.pdf
Enhancing Security Measures in Enterprise Document Management Systems.pdfEnhancing Security Measures in Enterprise Document Management Systems.pdf
Enhancing Security Measures in Enterprise Document Management Systems.pdf
StockHolding1
How to Reposition Learning & Development as a Strategic Learning Partner_26 M...
How to Reposition Learning & Development as a Strategic Learning Partner_26 M...How to Reposition Learning & Development as a Strategic Learning Partner_26 M...
How to Reposition Learning & Development as a Strategic Learning Partner_26 M...
Charles Cotter, PhD
雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮
雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮
雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮
delphineagullana
Hospital Management Asia 2024: Transforming Healthcare Leadership in Asia
Hospital Management Asia 2024: Transforming Healthcare Leadership in AsiaHospital Management Asia 2024: Transforming Healthcare Leadership in Asia
Hospital Management Asia 2024: Transforming Healthcare Leadership in Asia
Ignite Capital
Maximizing Productivity Key Features to Look for in an Electronic Data Manage...
Maximizing Productivity Key Features to Look for in an Electronic Data Manage...Maximizing Productivity Key Features to Look for in an Electronic Data Manage...
Maximizing Productivity Key Features to Look for in an Electronic Data Manage...
StockHolding1
2024_EN_Hyundai capital services earnings releasepdf
2024_EN_Hyundai capital services earnings releasepdf2024_EN_Hyundai capital services earnings releasepdf
2024_EN_Hyundai capital services earnings releasepdf
irhcs
the best agriculture online marketplace to buy and sell farming products
the best agriculture online marketplace to buy and sell farming productsthe best agriculture online marketplace to buy and sell farming products
the best agriculture online marketplace to buy and sell farming products
workmintmedia
The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...
The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...
The Eisenhower Matrix, also known as the Urgent-Important Matrix - Template a...
Aurelien Domont, MBA
Mohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdf
Mohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdfMohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdf
Mohit Bansal_ The Green Visionary Behind GMI Infras Sustainable Legacy.pdf
Mohit Bansal GMI
Bruce Lee Keebeck - Specializes In Multi-Generational Wealth
Bruce Lee Keebeck - Specializes In Multi-Generational WealthBruce Lee Keebeck - Specializes In Multi-Generational Wealth
Bruce Lee Keebeck - Specializes In Multi-Generational Wealth
Bruce Lee Keebeck
How a Shopify Subscription App Can Increase Recurring Revenue for Pet Brands
How a Shopify Subscription App Can Increase Recurring Revenue for Pet BrandsHow a Shopify Subscription App Can Increase Recurring Revenue for Pet Brands
How a Shopify Subscription App Can Increase Recurring Revenue for Pet Brands
emmacoleman9999
_Mobile Application User-guide for MLeads.pdf
_Mobile Application User-guide for MLeads.pdf_Mobile Application User-guide for MLeads.pdf
_Mobile Application User-guide for MLeads.pdf
MLeads
Top 10 Software Development Companies in USA 2025
Top 10 Software Development Companies in USA 2025Top 10 Software Development Companies in USA 2025
Top 10 Software Development Companies in USA 2025
SoluLab1231
Gopal Balakrishnan Writer and Independent Scholar
Gopal Balakrishnan  Writer and Independent ScholarGopal Balakrishnan  Writer and Independent Scholar
Gopal Balakrishnan Writer and Independent Scholar
Gopal Balakrishnan
Communication with people and World wide business strategy
Communication with people and World wide business strategyCommunication with people and World wide business strategy
Communication with people and World wide business strategy
nitupankalita6
Windows Server 2025 known issues and notifications.pptx
Windows Server 2025 known issues and notifications.pptxWindows Server 2025 known issues and notifications.pptx
Windows Server 2025 known issues and notifications.pptx
WroffyTechnologies
Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...
Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...
Fastest Growing Business Industries in Nepal in 2025: A Comprehensive Analysi...
Arun Tamang
Guest Post Discovery: Your partner in digital growth
Guest Post Discovery: Your partner in digital growthGuest Post Discovery: Your partner in digital growth
Guest Post Discovery: Your partner in digital growth
guestpostdiscovery
MmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmm
MmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmm
MmmmmmmmmmmmmmmmmmmmmMmmmmmmmmmmmmmmmmmmmm
Dhananjaya Malla
Paul Turovsky - A Skilled Communicator
Paul Turovsky  -  A Skilled CommunicatorPaul Turovsky  -  A Skilled Communicator
Paul Turovsky - A Skilled Communicator
Paul Turovsky
Enhancing Security Measures in Enterprise Document Management Systems.pdf
Enhancing Security Measures in Enterprise Document Management Systems.pdfEnhancing Security Measures in Enterprise Document Management Systems.pdf
Enhancing Security Measures in Enterprise Document Management Systems.pdf
StockHolding1
How to Reposition Learning & Development as a Strategic Learning Partner_26 M...
How to Reposition Learning & Development as a Strategic Learning Partner_26 M...How to Reposition Learning & Development as a Strategic Learning Partner_26 M...
How to Reposition Learning & Development as a Strategic Learning Partner_26 M...
Charles Cotter, PhD
雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮
雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮
雨皆粥鴛禽晦庄壊岳酷粥檎艶厩庄艶敬耽張短顎顎顎顎顎顎顎顎顎顎顎顎顎顎顎逮逮逮逮逮逮
delphineagullana
Hospital Management Asia 2024: Transforming Healthcare Leadership in Asia
Hospital Management Asia 2024: Transforming Healthcare Leadership in AsiaHospital Management Asia 2024: Transforming Healthcare Leadership in Asia
Hospital Management Asia 2024: Transforming Healthcare Leadership in Asia
Ignite Capital
Maximizing Productivity Key Features to Look for in an Electronic Data Manage...
Maximizing Productivity Key Features to Look for in an Electronic Data Manage...Maximizing Productivity Key Features to Look for in an Electronic Data Manage...
Maximizing Productivity Key Features to Look for in an Electronic Data Manage...
StockHolding1

Model View Controller

  • 2. What is MVC Before we look at MVC we need a small history of Web Technologies and design patterns CGI ASP or php or jsp Event based frameworks like ASP.NET java faces
  • 3. Design Pattern Adhoc (Write what you feel) Event based design with various kinds of controllers Model View Controller
  • 5. Client and Dispatcher Client is Typically an Http 1.0 and above compliant client like a web browser Dispatcher is typically a routing table which would dispatch a particular request to a particular controller
  • 6. View HTML XML Javascript etc
  • 7. Controller and Actions http://localhost/controller/action/parameters If something is going to hit your website it has to be through a controller and an action Use base classes for specific controllers Load helper components in controllers Define actions of the same controller like Controller User :: Actions add, edit, delete
  • 8. Model This is nothing but your business layer. All your business logic is written here Eg: Send Email after registration Eg: delete a relationship on delete of an entity Etc Heart of your application
  • 9. FAQ What code goes in Model and what in Controller? Why is MVC a better design pattern Is View dumb? Model sounds like just get set methods, why do you say it is the heart? Are Controllers reusable? How are models reusable?
  • 10. Active Records Convention over configuration Why is this called Active records Easily defining relationships Magic Methods Drawbacks