Log in

View Full Version : What is advantage of MVC in php programming?



addisoncave
09-03-2016, 04:05 AM
Hi guys Please let me know what are the benefits of MVC in php programming?

AndrewNguyen
09-04-2016, 01:31 AM
MVC can be used a long with PHP. MVC isn't a language it's a way of handling things. It's about seperating everything into three distinct categories to keep them separate. A simple analogy would we be HTML and CSS. You don't want the styling in your HTML so you keep it completely separate with CSS.