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 php used for?
Where can I learn php?
Explain about the data types in PHP?
How to submit form without a submit button.
What are escaping characters?
What is polymorphism php?
How to access a specific character in a string using php?
Explain about require and include function?
Explain what is the static variable in function useful for?
Is false empty php?
Why do we need session?
Name and explain five of the PHP error constants?
What is difference between variable declaration and variable definition?
How php statement is different from php script?
What function do we use to find length of string, and length of array?