diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-15 21:30:11 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-15 21:30:11 +0200 |
| commit | 5759435f4da8ec800ba9af0fbbf7d6691e9ed56c (patch) | |
| tree | a3e6f6c676743e89b11804a03bd4f1e837983be9 /protected/models/Standort.php | |
| parent | 94bdb31c204cdae3ca820828d4731f11f6ffeeae (diff) | |
diverse Layoutings
Diffstat (limited to 'protected/models/Standort.php')
| -rw-r--r-- | protected/models/Standort.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/models/Standort.php b/protected/models/Standort.php index 6052e1a..cfae1f2 100644 --- a/protected/models/Standort.php +++ b/protected/models/Standort.php @@ -63,6 +63,7 @@ class Standort extends CActiveRecord // NOTE: you may need to adjust the relation name and the related // class name for the relations automatically generated below. return array( + "vereine"=>array(self::HAS_MANY, "Verein", array('standort_id'=>'id')), ); } |
