summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorxue <>2007-09-30 21:13:10 +0000
committerxue <>2007-09-30 21:13:10 +0000
commitd0b297e2a5bdfdb0cd635a3709cedd2a83b97e36 (patch)
tree289a28f79989c720e8074d3e3e61665b9e0dcc71 /index.html
parenta3b99dba163e143ef090c562eb6d83a21b2cbb04 (diff)
prepare for 3.1.1 release.
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 5f83ce3d..21b6c72f 100644
--- a/index.html
+++ b/index.html
@@ -8,13 +8,13 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.1.0, July 2, 2007<br>
+<p>Version 3.1.1, October 1, 2007<br>
Copyright&copy; 2004-2007 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
All Rights Reserved.
</p>
<p>
-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.
</p>
<p>
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.