4424 Posts in 1267 Topics by 945 members
Customising the CMS
SilverStripe Forums » Customising the CMS » Table realtion: relation to relation to realtion
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 470 Views |
-
Table realtion: relation to relation to realtion

13 May 2009 at 11:44pm
Hello
I've table that stores car information. I want to have model and mark data. The solution is to create Model and Mark tables:
Model -> has_one Mark
Mark -> has_many Model
Car (main table) -> has_one MarkI've created additional Tab to define car Mark (in cms). On this tab is standard link "Add Mark". This links opens popup window where new Mark can be defined. How can I extend this popup to add Mark and Model at the same time (with adding correct relation beetwen Mark and Model)?
I can define direct relation beetwen Car and Model but this is redundant.
Thx for any help
| 470 Views | ||
|
Page:
1
|
Go to Top |

