This document discusses PHP Model-View-Controller frameworks including Symfony, Zend Framework, CakePHP, CodeIgniter, Kohana, and Yii. It describes the MVC pattern and explains that frameworks provide common functions needed for web development. Each framework is then briefly outlined, noting their approach to the model and additional features like dependency injection, routing, and ORM support.