summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorxue <>2007-01-08 19:27:34 +0000
committerxue <>2007-01-08 19:27:34 +0000
commit85a3fc6fb132d0f9dd31798d507cce77a33d87d9 (patch)
tree05d11466a4a410b35fdb0879fbed2cd5298f8b41 /buildscripts
parent362c93033310a8f2724d3b8d1f2bda7085ce4d07 (diff)
Added TSoapService tutorial page.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/texbuilder/quickstart/pages.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php
index e8518d9d..230ed6a4 100644
--- a/buildscripts/texbuilder/quickstart/pages.php
+++ b/buildscripts/texbuilder/quickstart/pages.php
@@ -66,6 +66,7 @@ $pages['Control Reference : Standard Controls'] = array(
'Controls/LinkButton.page',
'Controls/Literal.page',
'Controls/MultiView.page',
+ 'Controls/OutputCache.page',
'Controls/Pager.page',
'Controls/Panel.page',
'Controls/PlaceHolder.page',
@@ -101,6 +102,9 @@ $pages['Active Control Overview'] = array(
$pages['Write New Controls'] = array(
'Controls/NewControl.page');
+$pages['Service References'] = array(
+ 'Services/SoapService.page');
+
$pages['Working with Databases'] = array(
'Database/DAO.page',
'Database/ActiveRecord.page',