Answer Posted / ravi pratap
The Model-View-Controller (MVC) architecture traces its
origins back to the Smalltalk Programming language and Xerox
Parc. Since then, there have been many systems that describe
their architecture as MVC. Each system is slightly
different, but all have the goal of separating data access,
business logic, and user-interface code from one another.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is pdo classes?
Do you know what is the difference between the include() and require() functions?
Can I learn php without knowing c?
Explain the difference between isset() and empty()?
What are php errors?
How to create a session? How to set a value in session? How to remove data from a session?
What is a comment in php?
What is the super method?
What is php built on?
How to submit form without a submit button.
What is isset php?
Explain me what is sql injection?
What is the difference between apache and tomcat?
Write a program to find no of days between two dates in php?
How many types of inheritances used in php and how we achieve it.