PRADO 3.0.6 review

Download
by rbytes.net on

PRADO project is a component-based and event-driven framework for rapid Web programming in PHP 5

License: BSD License
File size: 0K
Developer: Qiang Xue
0 stars award from rbytes.net

PRADO project 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.

Here are some key features of "PRADO":
reusability - Codes following the PRADO component protocol are highly reusable. Everything in PRADO is a reusable component.
ease of use - Creating and using components are extremely easy. Usually they simply involve configuring component properties.
robustness - PRADO frees developers from writing boring, buggy code. They code in terms of objects, methods and properties, instead of URLs and query parameters. The latest PHP5 exception mechanism is exploited that enables line-precise error reporting.
performance - PRADO uses a cache technique to ensure the performance of applications based on it. The performance is in fact comparable to those based on commonly used template engines.
team integration - PRADO enables separation of content and presentation. Components, typically pages, have their content (logic) and presentation stored in different files.

What's New in This Release:
A main enhancement in this release is the introduction of TUrlManager and the flexibility of allowing developers to use their customized URL scheme.
Other enhancements are mainly related to data paging and TDataGrid.

PRADO 3.0.6 keywords