[TYPO3-english] Extbase - relation from the other side

Jan Bednarik info at bednarik.org
Wed May 14 21:47:54 CEST 2014


Hi,

I've got M:N relation A -> B,  which is defined on side of A, so ModelA
has ObjectStorage defined and it works just fine.

However, now I'd need to show list of A's when looking at B. So I've
defined ObjectStorage just the same way, just instead of
ObjectStorage<A>, it's of course ObjectStorage<B>. But this is not working.

Is there a way how to do that or will I have to initialise it manually?

Jan


More information about the TYPO3-english mailing list