Open pije76 opened 7 years ago
Create an entity for example, 'Rating' Create a form, with field 'RatingType' for example: "$builder ->add('rating', RatingType::class, [ 'label' =>'Rating', ]) ;" Once the form is submitted, the value will be saved to your database
Hi, I have successfully use your bundle and I want to use rate value from your bundle and save it in a field of my table in the db through my entity as an integer. So how can I save the rating in that field? Thanks in advanced.