Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   What is MVC and How to implement this in PHP? (http://siteownersforums.com/showthread.php?t=177324)

addisoncave 09-02-2016 03:38 AM

What is MVC and How to implement this in PHP?
 
Don't tell me MVC is Model View and controller, i've heard this millions of times. Now I want it simple, if i'm thinking about a PHP based MVC application then how should be it looks like, how and from where controller will work for my website to take view into index site, and the model (i never got the clue what exactly this thing is), so keep it simple, avoid technical terms make it simple as a Kinder Garden student can understand what is MVC and how does it work?

hillajax 09-13-2016 04:36 AM

Hey man, MVC is a computer software architecture designed for GUI applications. You may have to perform this with the help of Request(GET, POST), include, require function. The only thing you've to code each entity differently and at the end you've to make page that call everything on perform action on getting different type of request from the user.

eumaxindia 09-29-2016 11:38 PM

MVC Stands for Model View Controller.its easy way to handle the project.

Aman897 10-13-2016 02:21 AM

MVC :

Model view controller (MVC) is a software architectural pattern for implementing user interfaces on computers. It divides a given software application into three interconnected parts.

whmcssmarters 10-24-2016 03:04 AM

Hi, MVC is simply a better way of separating the logic of your application from the display.
And a well-developed MVC system should allow a front-end developer and a back-end developer to work on the same system without interfering, sharing, or editing files either party is working on.

you will easily find the example of implementing mvc in php on google.



Xero WHMCS | Whmcs xero plugin


All times are GMT -7. The time now is 09:36 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.