X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FGalerie%2Fconfig%2Fmodule.config.php;h=21c80cc4ebbe23096bac194c27dab31c0e88f631;hb=5a72cf5caffa5f9b48f42e3be465f0e9d28cb78a;hp=5c06d9c5dc180f94f32dfca8a4a29fd76505eeab;hpb=f455f9a21cfb9cf3bbd48022a757573af7e7c21e;p=zf2.biz%2Fgalerie.git diff --git a/module/Galerie/config/module.config.php b/module/Galerie/config/module.config.php index 5c06d9c..21c80cc 100644 --- a/module/Galerie/config/module.config.php +++ b/module/Galerie/config/module.config.php @@ -117,7 +117,28 @@ return array( ), ), 'verb' => 'get', - ),/* + ), + 'csv' => array( + 'type' => 'Literal', + 'options' => array( + 'route' => '/csv', + 'defaults' => array( + 'action' => 'csv', + ), + ), + 'verb' => 'get', + ), + 'excel' => array( + 'type' => 'Literal', + 'options' => array( + 'route' => '/excel', + 'defaults' => array( + 'action' => 'excel', + ), + ), + 'verb' => 'get', + ), +/* 'default' => array( 'type' => 'Segment', 'options' => array(