Closed tyler-sommer closed 10 years ago
Related: tyler-sommer/php-router-benchmark#1
@tyler-sommer this is actually a requirement, since routes may be dynamic matchers (DB-based, for example)
Thanks for the the nudge in the right direction @Ocramius and @DASPRiD!
Hi there,
@ocramius requested that Dash be added to tyler-sommer/php-router-benchmark and I've started working on that.
However, to create a RouteCollection I needed a ServiceLocator. This PR makes the ServiceLocator optional for creating a RouteCollection.
I have a strong feeling that this is not actually what I should be doing, any help?