PRADO Framework for PHP 5

Version 3.0.4, September 4, 2006
Copyright© 2004-2006 by PradoSoft
All Rights Reserved.

PRADO is a component-based and event-driven framework for Web application development in PHP 5.

Components following the PRADO protocol are highly configurable and reusable. Properties defining the basic features of a component can be configured in specifications, templates or code. New components can be developed by either inheriting an existing component class or composing several components together. The work of using a component amounts to placing the component tag on the page template, configuring component properties, and writing handler functions to respond to component events.

PRADO shares many similarities with ASP.NET and other RAD tools for Windows GUI development, such as Borland Delphi. In particular, it supports event-driven programming, viewstate maintenance, javascript, template, form validations, theme/skin, etc.

Requirements

The sole requirement for PRADO is PHP 5.1.0 or higher. Please run requirement checker to obtain more detailed requirement information.

PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux.

Installation

After downloading the latest PRADO release file, unpack it to a Web-accessible directory. The installation is done! You will see the following subdirectories,

Included Demos

Editor Support

A Macromedia Dreamweaver extension can be found under editors/Dreamweaver. This extension contains a tag library that enables Dreamweaver to auto-complete PRADO component tags when you use it to edit PRADO templates.

Documentation

Credits

Prado v3 Developer Team

Prado v2 Maintenance Team

Past Team Members

Special Credits To

License

The PRADO framework and the included demos are freeware. They are released under the terms of the following BSD License.

Copyright 2004-2006 by The PRADO Group (http://www.pradosoft.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.