Changeset 2446 for trunk

Show
Ignore:
Timestamp:
04/21/2008 09:35:40 AM (9 months ago)
Author:
xue
Message:

prepare for release.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/demos/quickstart/protected/pages/Database/ActiveRecord.page

    r2360 r2446  
    412412</com:TTextHighlighter> 
    413413<div class="tip"><b class="note">Tip:</b> 
    414 The objects are update with the primary key of those the tables that contains 
    415 definitions that automatically creates a primary key for the newly insert records. 
    416 For example, if you insert a new record into a MySQL table that has columns 
     414If you insert a new record into a MySQL table that has columns 
    417415defined with "autoincrement", the Active Record objects will be updated with the new 
    418416incremented value.</div> 
  • trunk/framework/PradoBase.php

    r2283 r2446  
    6767        public static function getVersion() 
    6868        { 
    69                 return '3.1.2a'; 
     69                return '3.1.2'; 
    7070        } 
    7171 
  • trunk/index.html

    r2283 r2446  
    99<body> 
    1010<h1>PRADO Framework for PHP 5 </h1> 
    11 <p>Version 3.1.2, To be released<br> 
    12 Copyright&copy; 2004-2007 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 
     11<p>Version 3.1.2, April 21, 2008<br> 
     12Copyright&copy; 2004-2008 by <a href="http://www.pradosoft.com/">Prado Software</a><br> 
    1313All Rights Reserved. 
    1414</p> 
     
    2121</p> 
    2222<p> 
    23 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. 
     23PRADO 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. 
    2424</p> 
    2525<p> 
     
    9292<li><a href="mailto:knut.urdalen@gmail.com">Knut Urdalen</a></li> 
    9393<li><a href="mailto:Christophe.Boulain@gmail.com">Christophe Boulain</a></li> 
     94<li><a href="mailto:mh@m-h-it.de">Michael HÀrtl</a></li> 
    9495</ul> 
    9596