Skip to content
dragoonis edited this page Feb 17, 2012 · 1 revision

There is a need for simple routing, and that is just a standard .php/.yml file with an array of regex based definitions.

There is also a need for individual classes for each route, specifically a Route class, with a RouteCollection (manager class for all the routes).

The first option of .yml/.php array will go through a parser and inevitably create these Route objects automatically.

Clone this wiki locally