Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /test
- object(Zend\Mvc\Router\Http\RouteMatch)#174 (3) {
- ["length":protected]=>
- int(5)
- ["params":protected]=>
- array(2) {
- ["controller"]=>
- string(9) "test/test"
- ["action"]=>
- string(5) "index"
- }
- ["matchedRouteName":protected]=>
- string(4) "test"
- }
- # /test/33
- object(Zend\Mvc\Router\Http\RouteMatch)#174 (3) {
- ["length":protected]=>
- int(8)
- ["params":protected]=>
- array(3) {
- ["controller"]=>
- string(9) "test/test"
- ["action"]=>
- string(0) ""
- ["id"]=>
- string(2) "33"
- }
- ["matchedRouteName":protected]=>
- string(4) "test"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement