diff options
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 | 
