- Timestamp:
- 04/21/2008 09:35:40 AM (9 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
demos/quickstart/protected/pages/Database/ActiveRecord.page (modified) (1 diff)
-
framework/PradoBase.php (modified) (1 diff)
-
index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/quickstart/protected/pages/Database/ActiveRecord.page
r2360 r2446 412 412 </com:TTextHighlighter> 413 413 <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 414 If you insert a new record into a MySQL table that has columns 417 415 defined with "autoincrement", the Active Record objects will be updated with the new 418 416 incremented value.</div> -
trunk/framework/PradoBase.php
r2283 r2446 67 67 public static function getVersion() 68 68 { 69 return '3.1.2 a';69 return '3.1.2'; 70 70 } 71 71 -
trunk/index.html
r2283 r2446 9 9 <body> 10 10 <h1>PRADO Framework for PHP 5 </h1> 11 <p>Version 3.1.2, To be released<br>12 Copyright© 2004-200 7 by <a href="http://www.pradosoft.com/">PradoSoft</a><br>11 <p>Version 3.1.2, April 21, 2008<br> 12 Copyright© 2004-2008 by <a href="http://www.pradosoft.com/">Prado Software</a><br> 13 13 All Rights Reserved. 14 14 </p> … … 21 21 </p> 22 22 <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 f ind in other programming frameworks.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 found in other programming frameworks. 24 24 </p> 25 25 <p> … … 92 92 <li><a href="mailto:knut.urdalen@gmail.com">Knut Urdalen</a></li> 93 93 <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> 94 95 </ul> 95 96
