summaryrefslogtreecommitdiff
path: root/buildscripts/texbuilder/sqlmap/pages.php
blob: b0b7bca00ef2446389932b3dece4add45b1055ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php

$pages['Introduction'] = array(
	'Manual/Overview.page',
	'Manual/BigPicture.page'
);

$pages['Installation and Setup'] = array(
	'Manual/Installing.page',
	'Manual/Configuring.page',
//	'Manual/DataMapperConfiguration.page',
	'Manual/ConfigurationElements.page'
);

$pages['SQLMap for PHP Tutorial'] = array(
	'Manual/Tutorial/TestFirst.page',
	'Manual/Tutorial/TestSecond.page',
	'Manual/Tutorial/TestAgain.page'
);

$pages['Using SQLMap DataMapper'] = array(
	'Manual/BuildingTSqlMapper.page',
	'Manual/DataMapperAPI.page',
	'Manual/CodingExamples.page'
);

$pages['Working with Data Maps'] = array(
	'Manual/WorkingWithDataMaps.page',
//	'Manual/DataMapDefinition.page',
	'Manual/MappedStatements.page',
	'Manual/TheSQL.page',
	'Manual/StatementElementAttributes.page'
);

$pages['Parameter Maps and Inline Parameters'] = array(
	'Manual/ParameterMap.page',
//	'Manual/Parameter.page',
	'Manual/InlineParameterMaps.page',
//	'Manual/StandardTypeParameters.page',
//	'Manual/ArrayTypeParameters.page'
);

$pages['Parameter Maps and Inline Parameters'] = array(
	'Manual/ResultMaps.page',
//	'Manual/ExtendingResultMaps.page',
	'Manual/ResultMapAttributes.page',
//	'Manual/ResultElements.page',
	'Manual/CustomTypeHandlers.page',
	'Manual/InheritanceMapping.page',
	'Manual/ImplicitResultMaps.page',
	'Manual/ComplexProperties.page',
	'Manual/CompositeKeys.page'
);

$pages['Advanced Topics'] = array(
	'Manual/CacheModels.page',
	'Manual/DynamicSQL.page'
);

return $pages;