|
2
|
1 |
CompanyBaseBundle_homepage: |
|
4
|
2 |
pattern: / |
|
2
|
3 |
defaults: { _controller: CompanyBaseBundle:Default:index } |
|
|
4 |
|
|
9
|
5 |
all_documents: |
|
|
6 |
pattern: /alldocs |
|
|
7 |
defaults: { _controller: CompanyBaseBundle:Index:allDocuments } |
|
|
8 |
company_other: |
|
|
9 |
pattern: /other |
|
|
10 |
defaults: { _controller: CompanyBaseBundle:Index:other } |
|
16
|
11 |
document_with_tags: |
|
9
|
12 |
pattern: /doctag/{idDoc} |
|
|
13 |
defaults: { _controller: CompanyBaseBundle:Index:documentWithTag } |
|
13
|
14 |
all_tags: |
|
|
15 |
pattern: /alltags |
|
|
16 |
defaults: { _controller: CompanyBaseBundle:Index:allTags } |
|
9
|
17 |
|
|
2
|
18 |
CompanyBaseBundle_document: |
|
|
19 |
resource: "@CompanyBaseBundle/Resources/config/routing/document.yml" |
|
9
|
20 |
prefix: /document |
|
|
21 |
|