↧
Answer by Mun Mun Das for FOSUserBundle Entity constuct
You have to modify onSuccess method of RegistrationFormHandler class. Check Overriding Form Handlers section of the doc. In your overridden method you just have to add...
View ArticleFOSUserBundle Entity constuct
I have entity User which extends FOSUserBundle. class User extends BaseUser{... protected $ref_id; /** * @ORM\Column(type="float", length="11")...ref_id comes from cookies variable ref_id. How can i...
View Article