1:n relations have been successfully read.

This commit is contained in:
2019-05-22 16:07:01 +02:00
parent cb624c19eb
commit 7c18f48b2a
6 changed files with 65 additions and 1 deletions

View File

@@ -19,6 +19,12 @@ class ClubsViewTest extends HtmlView
$this->club = $this->clubs[0];
$c = $this->club;
$p = $c->getPresident();
$id = $p->getId();
$places = $c->getPlaces();
parent::display($tpl);
}