资 源 简 介
Woo Routing 1.0
Woo Routing is flexable routing system for php5.
Woo Routing feature:
* easy to add custom and dynamic routing url to route collection.
* easy to create constraits which restrict URLs that match a paticure route.
* supporting catchall style in the route match.
* using route debugger to show routes match status in route collection when directly type U
RL address in the browser address bar.
* easy to create custom route handler to process the URL that match a paticular route in the route
collection.
Route Rule:
There have name,url, defaults, constraints,dataTokens,routeHandler in each route rule.
name: route name need be unqiue in the route collection
url: might be contain some tokens included in{ and } like {controller} which token name is controller
defaults: defaults define token name in url default values
constraint: constraint restrict token value in the ro