Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # /test
  2. object(Zend\Mvc\Router\Http\RouteMatch)#174 (3) {
  3. ["length":protected]=>
  4. int(5)
  5. ["params":protected]=>
  6. array(2) {
  7. ["controller"]=>
  8. string(9) "test/test"
  9. ["action"]=>
  10. string(5) "index"
  11. }
  12. ["matchedRouteName":protected]=>
  13. string(4) "test"
  14. }
  15.  
  16.  
  17. # /test/33
  18. object(Zend\Mvc\Router\Http\RouteMatch)#174 (3) {
  19. ["length":protected]=>
  20. int(8)
  21. ["params":protected]=>
  22. array(3) {
  23. ["controller"]=>
  24. string(9) "test/test"
  25. ["action"]=>
  26. string(0) ""
  27. ["id"]=>
  28. string(2) "33"
  29. }
  30. ["matchedRouteName":protected]=>
  31. string(4) "test"
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement