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
Is it possible to submit a form with a dedicated button?
Tell me how can you pass a variable by reference?
What is trim function in php?
What is the integer?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How can php and html interact?
How many open modes available when a file open in PHP?
What is the difference between explode and split?
How to track no of user logged in?
What is "print" in php?
What is preg_match?
Is php object oriented?
When do sessions end?
What is the difference between exception::getmessage and exception::getline?
Is php pass by reference or value?