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 type of comments are supported by PHP.
What is the major php security hole? How to avoid?
How to generate a character from an ascii value?
Which escape sequences can be used in single quoted strings in php?
What is url encoding and decoding in php?
What is split function in php?
How to write php function in html onclick?
What is the difference between include and require?
What is the difference between abstract class and interface in php?
What is cms php?
How to enable error reporting in php?
What is php and features of php?
What happens if an expected input field was not submitted?
What is the string concatenation operator in php?
Tell me what's the difference between include and require?