http://www.developer.com/lang/php/article.php/3886661/Meet-PRADO-the-Component-based-PHP-Development-Framework.htm
Add PRADO to the list of PHP frameworks you should try. PRADO is a component-based and event-driven Web programming framework for PHP 5. A PRADO component represents a combination of a PHP class, an HTML template and a specification file (in XML). PRADO components are combined to form larger components or form complete PRADO pages. Developing PRADO Web applications involves instantiating pre-built and application-specific component types, configuring them by setting their properties, responding to their events by writing handler functions, and composing them into application tasks. PRADO provides the following benefits to Web application developers: In her PHPBuilder.com article, Anghel Octavia-Andreea walks through the initial files and directories you will encounter when first using PRADO in your Web development.
Meet PRADO, the Component-based PHP Development Framework
June 8, 2010
Read the full story at PHPBuilder.com:
Meet PRADO, the Component-based PHP Development Framework