Started to work on places 1:n relation

The current class structure might be incapable to solve this efficiently
This commit is contained in:
2019-06-26 19:30:34 +02:00
parent 45d3e09c7e
commit af506435ac
2 changed files with 93 additions and 0 deletions

View File

@@ -117,6 +117,12 @@ $clubid = $this->club->getId();
<?php else: ?>
Der Verein hat keine Angebote festgelegt.
<?php endif; ?>
<div class='clubs_content_row'>
<?php
$partHandler = new ClubsPartClubPlaces($clubid);
echo $partHandler->getViewPart();
?>
</div>
<div class='clubs_content_row'><a href='<?php echo ""; ?>'><span class='icon-new'></span>&nbsp; Neue Assoziation anlegen</a></div>
</div>