2017 © Pedro Peláez
 

symfony-bundle nested-set-routing-bundle

Cmf routing provider for Doctrine Nested Set Behavior

image

lpfactory/nested-set-routing-bundle

Cmf routing provider for Doctrine Nested Set Behavior

  • Sunday, June 7, 2015
  • by jbouzekri
  • Repository
  • 1 Watchers
  • 5 Stars
  • 368 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

NestedSetRoutingBundle

Scrutinizer Code Quality Code Coverage Build Status SensioLabsInsight, (*1)

Cmf routing provider for Doctrine Nested Set Behavior., (*2)

Introduction

This bundle provides a CMF router to be used with gedmo nested set behavior. You can easily build nested page with dynamic routing., (*3)

Given the following tree :, (*4)

Homepage (slug : "homepage")
|_ Page 1 (slug : "page-1")
    |_ Child 1 (slug : "child-1")
        |_ Child 1 of 1 (slug : "child-1-of-1")
    |_ Child 2 (slug : "child-2")

The following routes are valid :, (*5)

/
/page-1
/page-1/child-1
/page-1/child-1/child-1-of-1
/page-1/child-2

Documentation

Coming soon

  • Multiple tree strategies : load page from different tree according to host

The Versions