-
Notifications
You must be signed in to change notification settings - Fork 149
/
_config.yml
121 lines (118 loc) · 4.06 KB
/
_config.yml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
highlighter: rouge
permalink: /blog/:year/:month/:day/:title.html
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
entity_output: numeric
hard_wrap: false
exclude: [ README.md, Gemfile, psd ]
navigation:
- title: Documentation
url: /documentation/
- title: Support
url: /support.html
- title: Download
url: /download.html
- title: Contribute
url: /contribute.html
- title: Blog
url: /blog/
documentation:
- title: What's new in Propel 2.0
url: /documentation/whats-new.html
- title: Changelog
url: https://github.com/propelorm/Propel2/blob/master/UPDATE.md
- title: API Documentation
url: http://api.propelorm.org/
- title: Setup
- title: Installing Propel
url: /documentation/01-installation.html
- title: Building a project
url: /documentation/02-buildtime.html
- title: Basics
- title: Basic CRUD
url: /documentation/03-basic-crud.html
- title: Relationships
url: /documentation/04-relationships.html
- title: Transactions
url: /documentation/05-transactions.html
- title: Behaviors
url: /documentation/06-behaviors.html
- title: Logging And Debugging
url: /documentation/07-logging.html
- title: Inheritance
url: /documentation/08-inheritance.html
- title: Migrations
url: /documentation/09-migrations.html
- title: Configuration
url: /documentation/10-configuration.html
- title: Reference
- title: XML Schema Format
url: /documentation/reference/schema.html
- title: Active Record Classes
url: /documentation/reference/active-record.html
- title: Active Query Classes
url: /documentation/reference/model-criteria.html
- title: Configuration Properties Reference
url: /documentation/reference/configuration-file.html
- title: Compatibility index
url: /documentation/reference/compatibility-index.html
- title: Behaviors
- title: Writing A Behavior
url: /documentation/cookbook/writing-behavior.html
- title: aggregate_column
url: /documentation/behaviors/aggregate-column.html
- title: archivable
url: /documentation/behaviors/archivable.html
- title: auto_add_pk
url: /documentation/behaviors/auto-add-pk.html
- title: delegate
url: /documentation/behaviors/delegate.html
- title: i18n
url: /documentation/behaviors/i18n.html
- title: nested_set
url: /documentation/behaviors/nested-set.html
- title: query_cache
url: /documentation/behaviors/query-cache.html
- title: sluggable
url: /documentation/behaviors/sluggable.html
- title: timestampable
url: /documentation/behaviors/timestampable.html
- title: sortable
url: /documentation/behaviors/sortable.html
- title: validate
url: /documentation/behaviors/validate.html
- title: versionable
url: /documentation/behaviors/versionable.html
- title: concrete_inheritance
url: /documentation/08-inheritance.html
- title: User-Contributed Behaviors
url: /documentation/cookbook/user-contributed-behaviors.html
- title: Cookbook
- title: Working With Propel's Test Suite
url: /documentation/cookbook/working-with-test-suite.html
- title: Additional SQL Files
url: /documentation/cookbook/adding-additional-sql-files.html
- title: Advanced Column Types
url: /documentation/cookbook/working-with-advanced-column-types.html
- title: How to Use Namespaces
url: /documentation/cookbook/namespaces.html
- title: Model Introspection At Runtime
url: /documentation/cookbook/runtime-introspection.html
- title: Multi-Component Data Model
url: /documentation/cookbook/multi-component-data-model.html
- title: Object Copy
url: /documentation/cookbook/copying-persisted-objects.html
- title: Replication
url: /documentation/cookbook/replication.html
- title: Using Propel With MSSQL Server
url: /documentation/cookbook/using-mssql-server.html
- title: Using SQL Schemas
url: /documentation/cookbook/using-sql-schemas.html
- title: Working With Existing Databases
url: /documentation/cookbook/working-with-existing-databases.html
- title: Working with Symfony2
url: /documentation/#working-with-symfony2
- title: Working with Silex
url: /documentation/cookbook/silex/working-with-silex.html