dannyvankooten / PHP-Router

Simple PHP Router class (supports REST and reverse routing)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get route params

cawa87 opened this issue · comments

One more idea, it would be nice if user can get matched controller and action name from PHPRouter\Route

@CawaKharkov now it's possible by using getParameters() on Route object or getting this via arguments inside method.

Just a half of year ;)

@CawaKharkov sorry for this, I'll spend a more time on PHP-Router this month.