diff options
author | xue <> | 2007-04-09 14:52:24 +0000 |
---|---|---|
committer | xue <> | 2007-04-09 14:52:24 +0000 |
commit | be22e7c7764cdf9dd3b8e4c061c4d13a172dd36e (patch) | |
tree | 70fb882e6e67ab5e2ffe395e15ef4af08ea2e46a /buildscripts/texbuilder/quickstart/pages.php | |
parent | d2840593491858a53020093450fc42c676043d6c (diff) |
minor fixes.
Diffstat (limited to 'buildscripts/texbuilder/quickstart/pages.php')
-rw-r--r-- | buildscripts/texbuilder/quickstart/pages.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php index 2a2c6b54..608463ab 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -26,6 +26,14 @@ $pages['Tutorial: Building an AJAX Chat Application'] = array( 'Tutorial/AjaxChat.page'
);
+$pages['Tutorial: Addressbook'] = array(
+ 'Tutorial/AddressBook.page'
+ );
+
+$pages['Tutorial: Addressbook'] = array(
+ 'Tutorial/AddressBook.page'
+ );
+
$pages['Fundamentals'] = array(
'Fundamentals/Architecture.page',
'Fundamentals/Components.page',
@@ -109,6 +117,7 @@ $pages['Service References'] = array( $pages['Working with Databases'] = array(
'Database/DAO.page',
'Database/ActiveRecord.page',
+ 'Database/Scaffold.page',
'Database/SqlMap.page');
$pages['Advanced Topics'] = array(
|