Is MVC now the only way to write PHP?
Posted
by
JasonS
on Stack Overflow
See other posts from Stack Overflow
or by JasonS
Published on 2010-12-24T20:41:54Z
Indexed on
2010/12/24
21:54 UTC
Read the original article
Hit count: 247
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?
© Stack Overflow or respective owner