Added first association of clubs. Current structure does not allow for joins.
This commit is contained in:
@@ -198,7 +198,21 @@ class ClubsClub extends AbstractClubsModel
|
||||
$club->id = 'new';
|
||||
return $club;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public function getPlaces()
|
||||
{
|
||||
return ClubsPlace::loadPlacesOfClub($this->id);
|
||||
}
|
||||
|
||||
|
||||
public function getOffers()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
protected function loadCustomData($assoc)
|
||||
|
||||
Reference in New Issue
Block a user