What do you mean by MVC ?

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


Please Help Members By Posting Answers For Below Questions

Where is my php ini file?

557


What is str_replace()?

543


What is a path Traversal?

557


How can I use single quotes in single quotes in php?

463


How cookies are transported from servers to browsers?

518






How to know user has read the email-php?

496


How we get ip address of client, previous reference page etc?

562


/temp is a type of filesystem directory. State Whether True or False?

592


What is difference between mysql_connect and mysqli_connect?

507


What is die in php?

561


How do I sort numbers in php?

540


What is the delimiter syntax is PHP's default delimiter syntax

747


Why do we use php?

538


Tell me how to initiate a session in php?

549


How many types of inheritances used in php and how we achieve it.

485