Advantages and Disadvantages of Using the MVC Design Pattern (Model View Controller)
4 answers
I am familiar with MVC from its original Smalltalk-80 context. The decision on whether to use MVC or something else is about code clarity, not performance. If there are specific performance issues with MVC in PHP, I am not aware of them.
But again, the main reason for moving to MVC is that separation of concerns is an important factor in ensuring that software maintains and maintains over time.
0
a source to share