From 7a9626af3bef5c712901597065745d9572c3f097 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 27 Feb 2007 23:48:49 +0000 Subject: BC: Deprecate TActiveRecord::getRecordFinder() in favour of TActiveRecord::finder(). --- .../pages/GettingStarted/Introduction.page | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) (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 87a54f0b..0871921a 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Introduction.page +++ b/demos/quickstart/protected/pages/GettingStarted/Introduction.page @@ -4,6 +4,45 @@

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

+
+
+

How Prado Works

+

Concepts and fundamentals

+
    +
  1. Building web applications with Prado
  2. +
  3. Web controls and events
  4. +
  5. Validating user input
  6. +
  7. Connecting to your database
  8. +
  9. Displaying data from database
  10. +
+
+
+

Examples and Demos

+ +

More examples in Standard Controls, + Validation Controls and + Data Controls. +

+ +
+

Tutorials and Help

+ +
+
+ +

You may refer to the following resources if you find this tutorial does not fulfill all your needs.

-- cgit v1.2.3