Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Amit
Understanding MVC in PHP - www.amitshah.in - http://www.amitshah.in/php...
MVC is the idea that you have three different pieces that work in unison to form a complex application. The ideas behind MVC frameworks are quite simple and extremely flexible. The idea is that you have a single controller (such as index.php) that controls the launch of applications within the framework based on arguments in the request. - Amit