Skip to content

Instantly share code, notes, and snippets.

@macnibblet
Created May 9, 2012 22:01
Show Gist options
  • Save macnibblet/2649228 to your computer and use it in GitHub Desktop.
Save macnibblet/2649228 to your computer and use it in GitHub Desktop.
Test
'defaults' => array(
'controller' => 'article_controller',
'action' => 'view'
)
)
),
'search' => array(
'type' => 'Zend\Mvc\Router\Http\Literal',
'options' => array(
'route' => '/search',
'defaults' => array(
'controller' => 'article_controller',
'action' => 'search'
)
)
),
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment