Skip to content

Instantly share code, notes, and snippets.

@macnibblet
Created November 17, 2011 23:00
Show Gist options
  • Save macnibblet/1374850 to your computer and use it in GitHub Desktop.
Save macnibblet/1374850 to your computer and use it in GitHub Desktop.
<?php
/**
* @author Antoine Hedgecock <antoine@pmg.se>
*/
return array(
'scoreboard_view' => array(
'type' => 'Zend\Mvc\Router\Http\Literal',
'options' => array(
'route' => '/scoreboard/view',
'defaults' => array(
'controller' => 'scoreboard_controller',
'action' => 'view',
),
),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment