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
Why would we use === instead of ==?
Why use php artisan serve?
What is the $_ server php_self variable?
Explain converting an object?
What are the characteristics of php variables?
Do you know what is the differences between $a != $B and $a !== $B?
Which is the latest version of php?
What is difference between compile time and run time polymorphism?
How do you remove duplicates from an array?
What is the difference between fopen() and fclose()?
Which function would you use to merge two arrays in php?
When should you use a stored procedure?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Can php run on windows server?
Tell me how stop the execution of a php scrip?