summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorctrlaltca <>2012-05-29 10:25:40 +0000
committerctrlaltca <>2012-05-29 10:25:40 +0000
commit5fe1679cc0b2ea81e48eaa6b5cab59595d0f3143 (patch)
treed9e896eba28649331b1dc470c57273c16cc58be3 /index.html
parentdddc40b3a5b86985eda466b97afa13f2a2850cab (diff)
version bump 3.2-rc3
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 fabe2c83..f3584b3b 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.2-rc2<br>
+<p>Version 3.2-rc3<br>
Copyright&copy; 2004-2012 by <a href="http://www.pradosoft.com/">Prado Software</a><br>
All Rights Reserved.
</p>
@@ -20,7 +20,7 @@ PRADO is a component-based and event-driven framework for Web application develo
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.
</p>
<p>
-PRADO comes with many features that can cut down development time signficantly. In particular, it provides a rich set of pluggable Web controls, complete database support including both active record and complex object mapper, seamless AJAX support, theme and skin, internationalization and localization, various caching solutions, security measures, and many other features that are seldom found in other programming frameworks.
+PRADO comes with many features that can cut down development time significantly. In particular, it provides a rich set of pluggable Web controls, complete database support including both active record and complex object mapper, seamless AJAX support, theme and skin, internationalization and localization, various caching solutions, security measures, and many other features that are seldom found in other programming frameworks.
</p>
<p>
Developers who have sufficient OOP experience will find PRADO is easy to learn and understand. In fact, PRADO shares many similarities with ASP.NET and other RAD kits for Windows GUI development, such as Borland Delphi and Microsoft Visual Basic.