From 6b7a898aab4231da9d90a618fc902c7eee849795 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 14 May 2007 02:35:54 +0000 Subject: removed Net folder. --- index.html | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index bcce1b9b..944d9a61 100644 --- a/index.html +++ b/index.html @@ -7,13 +7,13 @@

PRADO Framework for PHP 5

-

Version 3.1.0 beta, April 8, 2007
+

Version 3.1.0 RC, May 14, 2007
Copyright© 2004-2007 by PradoSoft
All Rights Reserved.

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

PRADO is best suitable for creating Web applications that are highly user-interactive. It can be used to develop systems as simple as a blog system to those as complex as a content management system (CMS) or a complete e-commerce solution. Because PRADO promotes object-oriented programming (OOP) through its component-based methodology, it fits extremely well for team work and enterprise development. Its event-driven programming pattern helps developers gain better focus on business logic rather than distracted by various tedious and repetitive low-level coding handling. @@ -52,13 +52,13 @@ After downloading the latest PRADO release file, unpack it to a Web-accessible d

  • PRADO Blog Tutorial (incomplete)
  • PRADO QuickStart Tutorial (contains many small demos)
  • PRADO Blog (requires php_sqlite extension)
  • -
  • Time Tracker (requires php_pdo and php_pdo_mysql extensions)
  • +
  • Time Tracker (requires php_pdo and php_pdo_mysql extensions)
  • PRADO Component Writer
  • Chat (requires php_pdo and php_pdo_sqlite extensions)
  • Currency Converter
  • -
  • SOAP (requires php_soap extension)
  • +
  • SOAP (requires php_soap extension)
  • Personal Website
  • -
  • Addressbook (requires php_soap, php_pdo and php_pdo_sqlite extensions)
  • +
  • Flex Addressbook (requires php_soap, php_pdo and php_pdo_sqlite extensions)
  • Northwind database (requires php_pdo and php_pdo_sqlite extensions)
  • @@ -66,7 +66,7 @@ After downloading the latest PRADO release file, unpack it to a Web-accessible d

    Editor Support

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

    @@ -84,9 +84,7 @@ PRADO component tags when you use it to edit PRADO templates.
  • Qiang Xue
  • Xiang Wei Zhuo
  • Jason Ragsdale
  • -
  • Alex Flint
  • Marcus Nyeholt
  • -
  • Brian Luft
  • Carl Mathisen
  • Alban Hanry
  • Knut Urdalen
  • @@ -101,6 +99,8 @@ PRADO component tags when you use it to edit PRADO templates.

    Past Team Members