PRADO (PHP Rapid Application Development Object-oriented) is a component-based and event-driven programming framework for developing Web applications 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.
Requirements:
· Web server
· PHP 5.1.0 or later
What's New in This Release: [ read full changelog ]
· This release fixes 7 Bugs, improves the TDataGridPagerStyle and the TActiveCustomValidator now works properly with non-active controls.