On 24.05.2011 17:18, Christophe COEVOET wrote:
> The syntax for routing placeholders is /{id}/ in Symfony2, not /:id/ so
> it is totally normal.
>
> --
> Christophe | Stof
Hi,
thanks, finally got it to work!
The Documentation should be updated as well, so that other people won't
get confused t
Le 24/05/2011 15:10, Ben Bieker a écrit :
Hi,
it's me again. I tried the ParamConverter Annotation but so far without
any success.
I always get a 404 NotFound Exception - NO route found for "GET
/show/46"
Is this feature still very buggy?
Here is the code i am Using:
/**
* @Route("/sh
Hi,
it's me again. I tried the ParamConverter Annotation but so far without
any success.
I always get a 404 NotFound Exception - NO route found for "GET
/show/46"
Is this feature still very buggy?
Here is the code i am Using:
/**
* @Route("/show/:id", name="show_quiz")
* @ParamConverter
Hi,
thanks a lot for your answers! As it seems, I have to look for more
bundles before asking questions here. I found the ParamConverter
Annotations here:
http://bundles.symfony-reloaded.org/frameworkextrabundle/annotations/converters.html
I will check http://symfony2bundles.org/ if I find more c