PRADO Component Framework for PHP 5

Version 2.0.3, November 18, 2005
Copyright© 2004-2005 by Qiang Xue (qiang.xue@gmail.com)
Website: http://www.xisc.com/

PRADO is an event-driven and component-based 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, etc.

Requirements

PRADO requires PHP 5 with SimpleXML extension. It is tested to run on Windows and Linux platform with Apache httpd, Microsoft IIS web servers.

Installation

Examples

Documentation

Credits

Terms and Condition

PRADO is released under the BSD License.

Copyright © 2004-2005, Qiang Xue (qiang.xue@gmail.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.