X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=module%2FApplication%2Fsrc%2FApplication%2FController%2FIndexController.php;fp=module%2FApplication%2Fsrc%2FApplication%2FController%2FIndexController.php;h=00629143eb976d80660a3a4a2cd6efab31c2b548;hp=a1aafaeef50f31f18410f5800d6dffccae32872c;hb=958e917c5c3e93a75a1a4b3aff11ac81b7e99863;hpb=1537f3c9b21ebdef144195147b882ec26820ec2c diff --git a/module/Application/src/Application/Controller/IndexController.php b/module/Application/src/Application/Controller/IndexController.php index a1aafae..0062914 100644 --- a/module/Application/src/Application/Controller/IndexController.php +++ b/module/Application/src/Application/Controller/IndexController.php @@ -18,4 +18,11 @@ class IndexController extends AbstractActionController { return new ViewModel(); } + + public function testAction() + { + return array( + 'name' => 'test: ajout action', + ); + } }