diff options
author | wei <> | 2007-03-26 07:40:53 +0000 |
---|---|---|
committer | wei <> | 2007-03-26 07:40:53 +0000 |
commit | fb29e39241b47fee99a17fab73447b9e23eabd83 (patch) | |
tree | ba567d674a9d11018600824da3d0fcf1300e5c6b /demos/quickstart/protected/pages/Tutorial | |
parent | bd0116cd205fea7d71849625352ac8a9adf7d14f (diff) |
update tests for radio button, update ajax3.js (null post values are ignored)
Diffstat (limited to 'demos/quickstart/protected/pages/Tutorial')
-rw-r--r-- | demos/quickstart/protected/pages/Tutorial/AddressBook.page | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Tutorial/AddressBook.page b/demos/quickstart/protected/pages/Tutorial/AddressBook.page new file mode 100644 index 00000000..896521b1 --- /dev/null +++ b/demos/quickstart/protected/pages/Tutorial/AddressBook.page @@ -0,0 +1,9 @@ +<com:TContent ID="body">
+ <h1>A Simple Address Book</h1>
+ <p>This tutorial introduces the basics of connecting to a database
+ using <a href="?page=Database.ActiveRecord">ActiveRecord</a>
+ and using <a href="?page=Database.Scaffold">Active Record scaffolds </a>to quickly
+ build a simple address book.
+ </p>
+
+</com:TContent>
\ No newline at end of file |