
PRADO is a component-based and event-driven framework for rapid Web programming in PHP 5. PRADO reconceptualizes Web application development in terms of components, events and properties instead of procedures, URLs and query parameters.
A PRADO component is a combination of a specification file (in XML), an HTML template and a PHP class. PRADO components are combined together to form larger components or complete PRADO pages.
Developing PRADO Web applications mainly involves
instantiating prebuilt 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 for Web application developers:
Yii PHP framework is the next generation high-performance PHP framework inheriting most features of PRADO. It has extremely low overhead and is suitable for developing large-scale Web applications. Since 2008, the developer team of PRADO has shifted focus to developing Yii. PRADO will continue to be maintained and some features of Yii will be back-ported to PRADO.
This project is sponsored by