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 mysql_fetch_row?
What is the best way to change the key without changing the value of a php array element?
Why do we use php?
What is the use of extract function in php?
How many columns can be added in a table in mysql?
What is php simple definition?
What is the meaning of php?
How failures in execution are handled with include() and require() functions?
How are php sessions stored?
What are escaping characters? Explain with an example?
What are the advantages of stored procedures?
How do functions work?
Tell me how can I display text with a php script?
What is strlen function in php?
Do you know what does mvc stand for and what does each component do?