[TYPO3-mvc] MM relation
Martin Kutschker
masi-no at spam-typo3.org
Tue Oct 19 16:58:59 CEST 2010
Am 19.10.2010 16:41, schrieb Dawid Pacholczyk:
> Yes I`m using extbase_kickstarter. I`m creating relations from
>
> tx_myext_domain_model_article to tx_myext_art_cat_mm 1 to many and from
> tx_myext_domain_model_category to tx_myext_art_cat_mm one to many
>
> But now I`m wondering. Shoud I careate tx_myext_art_cat_mm manualy by
> writing it in ext_tables.php and ext_tables.sql or with extbase_kickstarter
> ?
I'm not using the kickstarter, but shouldn't it create the MM-table in question itself when you make
a many-to-many relation from article to category?
In the model you do not have a relation to the mm-table as it is no entity.
Masi
More information about the TYPO3-project-typo3v4mvc
mailing list