summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Tutorial
diff options
context:
space:
mode:
authorwei <>2007-03-26 07:40:53 +0000
committerwei <>2007-03-26 07:40:53 +0000
commitfb29e39241b47fee99a17fab73447b9e23eabd83 (patch)
treeba567d674a9d11018600824da3d0fcf1300e5c6b /demos/quickstart/protected/pages/Tutorial
parentbd0116cd205fea7d71849625352ac8a9adf7d14f (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.page9
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