1:n relations have been successfully read.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user