My view has a repetitive task which I put in the local function. This function is called as many times depending on the number of records in the result set.
The only problem I am facing is that I cannot use:
$this->widget('CStarRating', …); inside that function.
What would be the appropriate solution?
Thanks