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 php a programming language?
How do you count numbers in php?
Explain how can we execute a php script using command line?
What is use of header() function in php?
What is the difference between core php and php?
What is the difference between Split and Explode in PHP?
what are the differences between php and perl
What is php constructor?
Explain briefly about a search-friendly site looks like?
What is advanced php programming?
Tell us what is the difference between session_unregister() and session_unset()?
How to submit form without a submit button.
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is the difference between == and === operator in PHP?
What is encapsulation in php with example?