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