667 reputation
916
bio website
location Trois-Rivières, Québec, Canada
age 27
visits member for 3 years, 6 months
seen 2 hours ago
stats profile views 38

May
6
comment Symfony validator with Doctrine query
Maybe this could help you: php-and-symfony.matthiasnoback.nl/2011/11/…
Apr
10
awarded  Yearling
Apr
8
revised FOSUserBundle : no route found for Security:Login
edited body
Apr
7
comment FOSUserBundle : no route found for Security:Login
Thanks, I will repost my comment as an answer.
Apr
7
answered FOSUserBundle : no route found for Security:Login
Apr
6
comment FOSUserBundle : no route found for Security:Login
symfony.com/doc/2.2/quick_tour/…
Apr
6
comment Symfony: passing object to controller method
This error is related to the ParamConverter not being able to guess which field to use when fetching the entity from the database. Did you read the ParamConverter documentation? symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/…
Apr
6
comment FOSUserBundle : no route found for Security:Login
{% render "FOSUserBundle:Security:login" %} is the Symfony 2.0 way to render a subrequest. {% render(controller("FOSUserBundle:Security:login")) %} is the syntax for 2.1+. Both syntax basically mean the same exact thing.
Apr
6
comment How can public fields “break lazy loading” in Doctrine 2?
If you want an ORM with active record pattern just use Doctrine1 or Propel.
Apr
4
revised How to get form values in Symfony2 controller
added 1 characters in body
Apr
3
answered How to set default value for form field in Symfony2?
Apr
3
comment How to set default value for form field in Symfony2?
This does not only set a default value, it will also always force the value under any context. Not what I would call a "default value"...
Mar
8
awarded  Nice Answer
Feb
6
awarded  Nice Question
Jan
3
awarded  Necromancer
Jan
2
awarded  Notable Question
Dec
12
awarded  Yearling
Nov
22
answered Symfony2 - Where to find service constructor possible arguments list?
Oct
5
answered How to get form values in Symfony2 controller
Sep
6
awarded  Notable Question