[TYPO3-dev] Include model of ext. A into ext. B

Ivano Luberti luberti at archicoop.it
Thu May 22 19:16:49 CEST 2014


If I have understood correclty you want to use a different
implementation of a given class.
This is the way I have extende powermail

config.tx_extbase {
 objects {
   Tx_Powermail_Controller_OutputController.className =
Tx_Aippowermail_Controller_OutputController
   Tx_Powermail_Domain_Validator_UploadValidator.className =
Tx_Aippowermail_Domain_Validator_UploadValidator


  }
}


In this way I have told extbase to my personalized validator and
controller classes instead of the original powermil ones.




Il 22/05/2014 11:14, Michael Bakonyi ha scritto:
> Hi,
>
> I have two extbase-extensions: femanager (offical extension in TER)
> and my own local extension.
>
> I'd like to use a model of my extension within the controller of
> femanager. I don't want to patch femanager to have no hassle when
> updating it. So is it possible to bring my object/model into the
> controler of femanager via SignalSlot for example?
>
> Details: My extension's holding entries of several mailinglist. The
> user shall be able to subscribe to these lists within his/her
> user-profile.
>
> How would you proceed here?
>
> Cheers,
> Michael
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>

-- 
==================================================
dott. Ivano Mario Luberti
Archimede Informatica societa' cooperativa a r. l.
Sede Operativa
Via Gereschi 36 - 56126- Pisa
tel.: +39-050- 580959
tel/fax: +39-050-9711344
web: www.archicoop.it
==================================================




More information about the TYPO3-dev mailing list