From 488bc60e3e84096ee2a58471c8028cb3c682b371 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 9 Mar 2007 20:21:01 +0000 Subject: added TDbUserManager and TDbUser. --- demos/quickstart/protected/pages/GettingStarted/Introduction.page | 7 +++++-- demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/GettingStarted') diff --git a/demos/quickstart/protected/pages/GettingStarted/Introduction.page b/demos/quickstart/protected/pages/GettingStarted/Introduction.page index 0871921a..e48360d6 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Introduction.page +++ b/demos/quickstart/protected/pages/GettingStarted/Introduction.page @@ -4,12 +4,15 @@

This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.x.

+

+If you are an existing PRADO 3.x user and would like to learn what enhancements are available for each new version, please check out the new features page. Otherwise, the following sections are helpful for newbies. +

-

How Prado Works

+

How PRADO Works

Concepts and fundamentals

    -
  1. Building web applications with Prado
  2. +
  3. Building web applications with PRADO
  4. Web controls and events
  5. Validating user input
  6. Connecting to your database
  7. diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index cfbb3e8e..4aff6d47 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -19,6 +19,8 @@ This page summarizes the main new features that are introduced in each PRADO rel
  8. Added support to allow including external application configurations. Enhanced template syntax to facilitate subproperty configuration.
  9. +
  10. Added TDbUserManager and TDbUser to simplify authentication and authorization with user accounts stored in a database.
  11. +
    $Id$
    -- cgit v1.2.3