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
Explain about the data types in PHP?
Is python similar to php?
How to access a Static Member of a Class in PHP?
Explain soundex() and metaphone().
What is constructor and destructor?
Explain the difference between static and dynamic websites?
What is session in php why it is use?
What are the benefits of using php?
Which will start a session?
Define urlencode() and urldecode() used in php?
How do I start a php session?
Can I learn php without knowing c?
How do you define a constant in php?
Does php support function overloading?
Tell me how to set a page as a home page in a php based site?