From 9cc191d67ccd6f283f2245e01d47e7a6e3acff4c Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 18 Jan 2006 03:30:52 +0000 Subject: --- index.html | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/index.html b/index.html index e69de29b..da8449aa 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,128 @@ + + + +PRADO Framework for PHP 5 + + + + +

PRADO Framework for PHP 5

+

Version 3.0a, January 18, 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.0.4 or higher. It has been tested +with Apache 2.0 on both Windows XP and RedHat Linux.

+

Installation

+ +

Included Demos

+ +

Documentation

+

+Complete documentation will be added in beta version. Please refer to +Prado QuickStart Tutorial and the included API documentation for now. +

+ +

Credits

+

Prado Developer Team

+ + +

Past Team Members

+ + +

Special Credits To

+ + + +

Terms and Condition

+

PRADO is released under the BSD License.

+

Copyright © 2004-2006, PradoSoft (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. +

+ + -- cgit v1.2.3