<?php
return array(
  new 
ezcMvcRailsRoute'/''shareHomeController''list' ),
  new 
ezcMvcRailsRoute'/update/:id''shareHomeController''show' ),
  new 
ezcMvcRailsRoute'/view/:id'
    
'shareHomeController''show', array( 'id' => ) ),
  new 
ezcMvcRegexpRoute'@^people(/((?P<nr>[0-9]+)|(?P<name>.+)))?$@',
    
'testController''action', array( 'nr' => '''name' => '' ),
  new 
ezcMvcCatchAllRoute() );
?>