Phramework is an MVC framework for PHP. It is similar to Struts and makes it possible to create Web applications quickly by focusing on building the business requirements. It works with any view generation tool (Smarty, XSLT, PHP classes, HTML) by creating a simple plugin that generates the view. In this way, it knows nothing about the data that is being created or passed to the view generator, which allows for flexibility and extensibility.