src/Company/BaseBundle/Resources/config/routing.yml
author cavaliet
Mon, 07 Jul 2014 17:23:47 +0200
changeset 122 d672f7dd74dc
parent 16 89a003e5b108
permissions -rwxr-xr-x
Added tag V00.17 for changeset ada5f3d8b5b4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
CompanyBaseBundle_homepage:
4
02eab39cf8c6 add user in headers
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
     2
    pattern:  /
2
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    defaults: { _controller: CompanyBaseBundle:Default:index }
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    
9
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
     5
all_documents:
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
     6
    pattern:  /alldocs
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
     7
    defaults: { _controller: CompanyBaseBundle:Index:allDocuments }
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
     8
company_other:
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
     9
    pattern:  /other
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    10
    defaults: { _controller: CompanyBaseBundle:Index:other }
16
89a003e5b108 Update routing and templates for tag list.
cavaliet
parents: 13
diff changeset
    11
document_with_tags:
9
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    12
    pattern:  /doctag/{idDoc}
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    13
    defaults: { _controller: CompanyBaseBundle:Index:documentWithTag }
13
ed54c98a7fc8 Add first files for tag list management.
cavaliet
parents: 9
diff changeset
    14
all_tags:
ed54c98a7fc8 Add first files for tag list management.
cavaliet
parents: 9
diff changeset
    15
    pattern:  /alltags
ed54c98a7fc8 Add first files for tag list management.
cavaliet
parents: 9
diff changeset
    16
    defaults: { _controller: CompanyBaseBundle:Index:allTags }
9
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    17
2
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
CompanyBaseBundle_document:
806e57d67020 Base Bundle commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
    resource: "@CompanyBaseBundle/Resources/config/routing/document.yml"
9
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    20
    prefix: /document
41a9fa70a47b continue to implement example app
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    21