blackknight467 / StarRatingBundle

star rating bundle for symfony
MIT License
26 stars 40 forks source link

it is possible to display stars on webpage #11

Closed sanribadu closed 7 years ago

sanribadu commented 7 years ago

please it is possible to display stars that have already been rated on webpage

blackknight467 commented 7 years ago

you mean, not through a form. Yes it is. Just look at the readme

sanribadu commented 7 years ago

yes when i put the {{ someInteger|rating }}. i get error Variable "someInteger" does not exist

blackknight467 commented 7 years ago

someInteger is an example.. you can put 4, you can put 3, you can put a variable that exists on your page. It's not literal, it's a place holder for your stuff.

sanribadu commented 7 years ago

ooh yeah got it. sorry for the silly questions new to php. thanks alot. it works