array( 'teemplate_path_stack'=>array( __DIR__.'/../view' ) ), 'router'=>array( 'routes'=>array( 'seyhello'=>array( 'type'=>'Zend\Mvc\Router\Http\Literal', 'options'=>array( 'route'=>'/seyhello', 'defaults'=>array( 'controller'=>'Helloworld\Controller\Index', 'action'=>'index' ) ) ) ) ), 'controllers'=>array( 'invokables'=>array( 'Helloworld\Controller\Index'=>'Helloworld\Controller\IndexController' ) ) ); ?>