Exemplo n.º 1
0
 public static function getRatingForScore($score)
 {
     return RatingsQuery::create()->where('Ratings.Threshold <= ?', $score)->orderByThreshold("DESC")->findOne();
 }