Quantcast
Channel: FOSUserBundle Entity constuct - Stack Overflow
Browsing latest articles
Browse All 2 View Live

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 Article


FOSUserBundle 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

Browsing latest articles
Browse All 2 View Live