URL ViewHelper and Child Routes in ZF2
Reading Time: < 1 minutes Given this route configuration for a module [code lang=”php”] ‘router’ => array( ‘routes’ => array( ‘test’ => array( ‘type’ => ‘Literal’, ‘options’ => array( ‘route’ => ‘/test’, ‘defaults’ => array( ‘__NAMESPACE__’ => ‘Test\Controller’, ‘controller’ => Read More …