[TYPO3-mvc] Sharing domain model across extensions

Xavier Perseguers typo3 at perseguers.ch
Thu Sep 16 10:42:30 CEST 2010


Hi,

Thomas "Thasmo" Deinhamer wrote:
> Xavier Perseguers wrote:
>> - Did you encounter the same behavior, if not, what may I have missed?
>
> Did you define all the model/class/field mapping
> inside config.tx_extbase or plugin.tx_myext?

I did this:

plugin.tx_exttwo {
	persistence {
		classes {
			Tx_ExtOne_Domain_Model_Person  < 
plugin.tx_extone.persistence.classes.Tx_ExtOne_Domain_Model_Person
		}

> If you use config.tx_extbase it may work (better),
> tho not sure - but I use similar relations of models
> across extensions successfully until now.

Then I must have forgotten something...

Xavier


More information about the TYPO3-project-typo3v4mvc mailing list