Page 1 of 1

MVC in PHP

PostPosted: Tue Mar 19, 2013 6:49 am
by sreenavc
The model view controller pattern is the most used pattern for today’s world web applications. MVC is a concept that enables us to separate our business logic from the presentation.
Here is an overview of implementing MVC in PHP -