Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created June 8, 2014 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eminetto/ce1ce0286d6450ac5116 to your computer and use it in GitHub Desktop.
Save eminetto/ce1ce0286d6450ac5116 to your computer and use it in GitHub Desktop.
'post' => array(
'type' => 'segment',
'options' => array(
'route' => '/post[/][:action][/:id]',
'constraints' => array(
'action' => '[a-zA-Z][a-zA-Z0-9_-]*',
'id' => '[0-9]+',
),
'defaults' => array(
'controller' => 'Application\Controller\Post',
'action' => 'index',
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment