This document summarizes a seminar on MVC in PHP. It begins with objectives and challenges of developing applications without frameworks. It then introduces MVC and defines the core components - models, views, and controllers. Popular MVC frameworks for PHP like CodeIgniter, Zend Framework, and CakePHP are described. The principles of DRY (Don't Repeat Yourself) coding and bibliography are also mentioned. The seminar provides an overview of model-view-controller architecture and frameworks for building PHP applications.