Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-02-2016, 03:38 AM   #1
addisoncave
Registered User
 
Join Date: Jun 2016
Posts: 169
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?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
addisoncave is offline   Reply With Quote

Old 09-13-2016, 04:36 AM   #2
hillajax
Registered User
 
Join Date: Aug 2016
Location: Salt Lake City, Utah, United States
Posts: 7
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
hillajax is offline   Reply With Quote
Old 09-29-2016, 11:38 PM   #3
eumaxindia
Registered User
 
Join Date: Aug 2016
Posts: 640
MVC Stands for Model View Controller.its easy way to handle the project.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
eumaxindia is offline   Reply With Quote
Old 10-13-2016, 02:21 AM   #4
Aman897
Registered User
 
Join Date: Jul 2015
Posts: 129
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Aman897 is offline   Reply With Quote
Old 10-24-2016, 03:04 AM   #5
whmcssmarters
Registered User
 
Join Date: Sep 2016
Posts: 85
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
whmcssmarters is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:46 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.