What is PRADO?

PRADOTM is a component-based and event-driven programming framework for developing Web applications in PHP 5. PRADO stands for PHP Rapid Application Development Object-oriented.

What does PRADO require?

The sole requirement to run PRADO-based applications is a Web server supporting PHP 5.1.0 or higher. PRADO is free. You can use it to develop either open source or commercial applications.

Quick facts about PRADO

First release: August 2004
License: revised BSD
Lines of core code: 100,000 lines
Number of classes: 500
Downloads: 150,000, as of 08/31/07

Latest News

Prado 3.1.6 is released

July 22, 2009

We are proud to announce the formal release of PRADO 3.1.6. This is a feature enhancement and bug fix release over the previous releases. Special thanks to Yves who contributed most of the work to this release and made it available.

WHAT'S NEW IN THIS RELEASE

* Fixed nearly 10 bugs
* Included about 10 minor enhancements


COMPATIBILITY INFORMATION

This release should be fully compatible with prado 3.1.5. Upgrading should so be safe.


Cheers!

The PRADO Team

PRADO 3.1.5 is released

May 25, 2009

We are proud to announce the formal release of PRADO 3.1.5. This is a feature enhancement and bug fix release over the previous releases. Special thanks to Yves and Christophe who contributed most of the work to this release and made it available.

WHAT'S NEW IN THIS RELEASE

* Fixed nearly 30 bugs
* Included about 15 minor enhancements


COMPATIBILITY INFORMATION

The following changes introduced in this release need particular attention:
* The structure of indices used by TDbCache has been changed by replacing
  PRIMARY KEY on 'itemkey' with non-unique index and adding an additional index on column 'expire'.
  Existing tables should be amended or deleted and recreated as follows:
  CREATE TABLE pradocache (itemkey CHAR(128), value BLOB, expire INT)
  CREATE INDEX IX_itemkey ON pradocache (itemkey)
  CREATE INDEX IX_expire ON pradocache (expire)

Cheers!

The PRADO Team

PRADO 3.1.4 is released

January 12, 2009

We are proud to announce the release of PRADO 3.1.4. In this release, we included about twenty bug fixes and minor feature enhancements. For more details, please check the change log on the download page. Upgrading to this new release should be safe.