Guest User

Untitled

a guest
Dec 12th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 'users' => array(
  2. 'type' => 'segment',
  3. 'options' => array(
  4. 'route' => '/users[/:action][/:id]',
  5. 'constraints' => array(
  6. 'action' => '[a-zA-Z][a-zA-Z0-9_-]*',
  7. 'id' => '[0-9]+',
  8. ),
  9. 'defaults' => array(
  10. 'controller' => 'users',
  11. 'action' => 'index',
  12. ),
  13. ),
  14. ),
Add Comment
Please, Sign In to add comment