Hey guys
I am currenly working on a project, in which I need to include CStarRating.
But When I am using it as follow :
<?php
[left]$this->widget('CStarRating',array(
'model'=>$model,
'attribute'=>'rating',
'minRating'=>1,
'maxRating'=>5,
'starCount'=>5,
'readOnly'=>false,
));
?>[/left]
I am getting the radio button in the form, but I am unable to show the stars, I can only see the radio buttons, In console I am getting no error
Please help me, how can I come out of this bug