예제 #1
0
파일: Car.php 프로젝트: Ent-ch/stock_auto
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getColorsal()
 {
     return $this->hasOne(cats\ColorSalon::className(), ['id' => 'color_sal_id']);
 }