Articles Tagged with mvc
You are currently browsing 1 articles tagged with mvc.
MVC Without a Framework
Published Saturday 12th of March 2011
MVC (Model - View - Controller) is an excellent way to divide the tasks of an application into different layers that all handle separate things.

Image: Renjith Krishnan / FreeDigitalPhotos.netMany PHP frameworks use the MVC model but in this article I will try to explain how you can utilize MCV without the use of a framework.
First, I'll try to explain what the different layers all mean.
Join 2 others and post a comment