public function getLost()
 {
     return $this->hasOne(Lost::className(), ['id' => 'lost_id']);
 }
Exemple #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLosts()
 {
     return $this->hasMany(Lost::className(), ['cat_id' => 'id']);
 }