File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ in its name, it does not need the full Symfony2 framework and can be used in
6
6
standalone projects. We also provide a [ Symfony2 bundle] ( https://github.com/symfony-cmf/RoutingExtraBundle ) .
7
7
8
8
This component provides a * chain router* that can chain several RouterInterface
9
- instances one after the other. It uses a list of routers that it tries by
10
- priority to match and generate routes. One of the routers in that chain can of
11
- course be the Symfony2 router instance so you can still use the standard way
12
- for some of your routes.
9
+ instances one after the other. It uses a list of routers, ordered by a priority
10
+ value, the higher the priority number the earlier that router is asked to match
11
+ respectivly generate routes. One of the routers in that chain can of course be
12
+ the Symfony2 router instance so you can still use the standard way for some of
13
+ your routes.
13
14
14
15
Additionally, this component is meant to provide useful router implementations.
15
16
Currently, there is the * DoctrineRouter* that routes based on doctrine database
You can’t perform that action at this time.
0 commit comments