Answer Posted / kiran sharma
MVC means Model View Controller .
this thing is little-bit hard to learn than normal programming.
You have to create Object and Classes and You can access as
you want in your application .
M : Model - Model means backend database You use in web .
V : View - View meand user interface .
C : Controller - means control all web functions .
for small application it is better to use normal programming
rather than MVC , but it is better for large and more secure
applications .
Thanks ,
Kiran Sharma .
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is the default time of cookie in php?
Explain converting an object?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Can we extend final class in php?
How to create database connection and query in php?
Is php a middleware?
How can cross site request forgery csrf be prevented?
What is get and post method in php?
What is an example of a variable?
What does == mean in php?
What is variable and data type?
What are different types of Print Functions available in PHP?
How can php and javascript interact?
Is it possible to use com component in php?
What does the unlink() function means?