summaryrefslogtreecommitdiff
path: root/buildscripts/texbuilder/quickstart/pages.php
diff options
context:
space:
mode:
authorwei <>2006-12-20 03:15:04 +0000
committerwei <>2006-12-20 03:15:04 +0000
commit2c221ea67d0512961beea8fbcb30b23865c16bb0 (patch)
treeaba7901f8e286d0b4101fc9022247897881bd5c1 /buildscripts/texbuilder/quickstart/pages.php
parent2570226fbac3e26b1e94896b50d1db4bc1aa3308 (diff)
Add quickstart docs for Active Record and SqlMap
Diffstat (limited to 'buildscripts/texbuilder/quickstart/pages.php')
-rw-r--r--buildscripts/texbuilder/quickstart/pages.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php
index c237a179..91dba08d 100644
--- a/buildscripts/texbuilder/quickstart/pages.php
+++ b/buildscripts/texbuilder/quickstart/pages.php
@@ -86,6 +86,11 @@ $pages['Active Control Overview'] = array(
$pages['Write New Controls'] = array(
'Controls/NewControl.page');
+$pages['Working with Databases'] = array(
+ 'Database/DAO.page',
+ 'Database/ActiveRecord.page',
+ 'Database/SqlMap.page');
+
$pages['Advanced Topics'] = array(
'Advanced/Collections.page',
'Advanced/Auth.page',