Lo que no he entendido de ZF2 es como armar las configuraciones, no me acostumbro.
Código PHP:
Ver original'Zend\Mvc\Router\RouteStack' => array( 'type' => 'Zend\Mvc\Router\Http\Segment',
'route' => '/album[/:page]',
'page' => '[0-9]+',
),
'controller' => 'album-list',
'action' => 'index',
'page' => 1
),
),
),
),
),
En que te basas para crear esa configuración?