Example #1
0
File: Like.php Project: myorb/alox
 public function getApartment()
 {
     return $this->hasOne(Apartment::className(), ['id' => 'apartment_id']);
 }
Example #2
0
File: Query.php Project: myorb/alox
 public function getApartments()
 {
     return $this->hasMany(Apartment::className(), ['query_id' => 'id']);
 }