diff options
author | xue <> | 2007-09-28 18:08:20 +0000 |
---|---|---|
committer | xue <> | 2007-09-28 18:08:20 +0000 |
commit | 199fc1254f84f851a2894df94487a45ed68f7c98 (patch) | |
tree | 55f899a4ed1a885ea2334db959acbe91e5e573a3 /demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | |
parent | 4b292ae910c08c68ee62e5a96d7b879573921eee (diff) |
Fixed #665.
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted/NewFeatures.page')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 9db74476..595bda00 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -19,6 +19,7 @@ This page summarizes the main new features that are introduced in each PRADO rel <li>Added a new page state persister <tt>TCachePageStatePersister</tt>. It allows page state to be stored using a cache module (e.g. TMemCache, TDbCache, etc.)
<li>Added support to the <a href="?page=Advanced.Auth">auth framework</a> to allow remembering login.</li>
<li>Added support to display a prompt item in TDropDownList and TListBox (something like 'Please select:' as the first list item.)</li>
+<li>Added support to <a href="?page=Database.ActiveRecord">column mapping in Active Record</a>.</li>
</ul>
<h2 id="8006">Version 3.1.0</h2>
|