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 an open source software?
What is php static function?
What is the output of the following php code?
Define soundex()?
Who is known as the father of php?
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
What is strcmp () in php?
How to compare two strings with comparison operators in php?
Which function would you use to determine the length of a string in php?
What is cookies? How to create cookies in php?
How to open a file for reading?
What is use of in_array() function in php?
What are the benefits of using php?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is use of count() function in php?