'minRating' => 1, 'maxRating' => 5, 'value' => 0, 'ratingStepSize' => 0.5, 'starCount' => 4,
produce 4.5 stars
'minRating' => 1, 'maxRating' => 5, 'value' => 0, 'ratingStepSize' => 0.5, 'starCount' => 5,
produce 9 stars
'minRating' => 1, 'maxRating' => 5, 'value' => 0, 'ratingStepSize' => 0.5, 'starCount' => 2,
2.25
class CStarRating extends CInputWidget
{
/**
* @var integer the number of stars. Defaults to 5.
*/
public $starCount=5;

Help














