예제 #1
0
파일: Items.php 프로젝트: kotmonstr/gitar
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBrend()
 {
     return $this->hasOne(Brend::className(), ['id' => 'brend_id']);
 }