Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created March 23, 2013 18:53
Show Gist options
  • Save bakura10/5228969 to your computer and use it in GitHub Desktop.
Save bakura10/5228969 to your computer and use it in GitHub Desktop.
'router' => array(
'routes' => array(
'users' => array(
'type' => 'ResourceGraphRoute',
'options' => array(
'route' => '/users',
'resource' => 'Application\Entity\User'
)
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment