summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2008-04-21 14:35:40 +0000
committerxue <>2008-04-21 14:35:40 +0000
commit30a2aa0b9475079bf89921f1befcc4515e9cb7af (patch)
tree5501f4396785820c1a772ebb894816d4d83a5c56
parent6edf3f381562837b53380c99e4b47da4ee5dd6bd (diff)
prepare for release.
-rw-r--r--demos/quickstart/protected/pages/Database/ActiveRecord.page4
-rw-r--r--framework/PradoBase.php2
-rw-r--r--index.html7
3 files changed, 6 insertions, 7 deletions
diff --git a/demos/quickstart/protected/pages/Database/ActiveRecord.page b/demos/quickstart/protected/pages/Database/ActiveRecord.page
index db0a0559..70998587 100644
--- a/demos/quickstart/protected/pages/Database/ActiveRecord.page
+++ b/demos/quickstart/protected/pages/Database/ActiveRecord.page
@@ -411,9 +411,7 @@ $user2 = new UserRecord($data); //create by passing some existing data
$user2->save(); //insert a new record
</com:TTextHighlighter>
<div class="tip"><b class="note">Tip:</b>
-The objects are update with the primary key of those the tables that contains
-definitions that automatically creates a primary key for the newly insert records.
-For example, if you insert a new record into a MySQL table that has columns
+If you insert a new record into a MySQL table that has columns
defined with "autoincrement", the Active Record objects will be updated with the new
incremented value.</div>
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 514a8a9a..b7a10b3e 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -66,7 +66,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.1.2a';
+ return '3.1.2';
}
/**
diff --git a/index.html b/index.html
index ec31c93d..55462d83 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.1.2, To be released<br>
-Copyright&copy; 2004-2007 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>
+<p>Version 3.1.2, April 21, 2008<br>
+Copyright&copy; 2004-2008 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 find in other programming frameworks.
+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.
</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.
@@ -91,6 +91,7 @@ PRADO component tags when you use it to edit PRADO templates.
<li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a></li>
<li><a href="mailto:knut.urdalen@gmail.com">Knut Urdalen</a></li>
<li><a href="mailto:Christophe.Boulain@gmail.com">Christophe Boulain</a></li>
+<li><a href="mailto:mh@m-h-it.de">Michael Härtl</a></li>
</ul>
<h3>Translations</h3>