StarRatingBundle icon indicating copy to clipboard operation
StarRatingBundle copied to clipboard

Pass rate value into entity

Open pije76 opened this issue 7 years ago • 1 comments

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.

pije76 avatar Jul 03 '17 18:07 pije76

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

o-luwafemi avatar Sep 20 '17 14:09 o-luwafemi