Is MVC now the only way to write PHP?

Posted by JasonS on Programmers See other posts from Programmers or by JasonS
Published on 2010-12-24T21:00:48Z Indexed on 2014/08/21 22:26 UTC
Read the original article Hit count: 251

Filed under:
|

Hey... its XMAS Eve and something is bugging me... yes, I have work on my mind even when I am on holiday. The vast amount of frameworks available for PHP now use MVC. Even ASP.net has its own MVC module.

I can see the attraction of MVC, I really can and I use it frequently. The only downside that I can see is that you have to fire up the whole system to execute a page request. Depending on your task this can be a little wasteful.

So the question. In a professional environment is this the only way to use PHP nowadays or are their other design methods which have alternative benefits?

© Programmers or respective owner

Related posts about php

Related posts about mvc