コード例 #1
0
ファイル: Actividad.php プロジェクト: alexi5h/eventosibarra
 public function relations()
 {
     return array_merge(parent::relations(), array('participantes' => array(self::HAS_MANY, 'Participante', 'actividad_id')));
 }