Managing a star rating with the StarRating widget in Yii 2

Comparing #4 with #5

Revision #5 was created by Kartik V Kartik V on May 8, 2014, 8:50:11 AM.

Updated description

Content

[...]
So if you want 5 stars and increment the rating by 25% of each star width, just change step to `0.25` above.

5. Display an unicode icon without loading bootstrap glyphicon. You can set the `glyphicon` property to false - it will display the Unicode Star symbol.

6. Using alternative icon symbols. You can use any icon font symbol
that is UTF8 encoded and pass the encoded entity in `symbol` property.

An example below:


```php
[...]