pclib
3.0.0
Lightweight PHP framework
|
Application router. More...
Data Structures | |
class | Router |
Translates URL to instance of Action class. More... | |
class | Action |
It encapsulates call of the controller's action: $controller->method($params). More... | |
Application router.