Пример #1
0
 public function relations()
 {
     $map = new CMap(parent::relations());
     $nrelation = array('thumbs' => array(self::HAS_MANY, 'Image', 'model_id', 'condition' => 'thumbs.model_name = \'Product\''));
     $map->mergeWith($nrelation);
     return $map;
 }