summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.