[TYPO3-mvc] FeUser / FeUserGroup
Joerg Schoppet
joerg at schoppet.de
Thu Jul 23 15:42:15 CEST 2009
Hi Steffen,
Steffen Kamper schrieb:
>
> I also don't know which problems Jochen see when extending this class.
>
the problems e.g. are the following:
ext1 extends fe_users with tx_ext1_bloodtype
ext2 extends fe_users with tx_ext2_religion
Both creating own derived classes
Tx_Ext1_Domain_Model_FrontendUser
Tx_Ext2_Domain_Model_FrontendUser
Now there is a third ext (ext3), which wants to use
- tx_ext1_bloodtype
- tx_ext2_religion
Easiest is, that ext3 also extends from the base-class, but then also
the logic behind bloodtype and religion has to be reimplemented.
And as soon as ext1 or ext2 change there logic, ext3 has to do it manually.
Was this clear?
Joerg
More information about the TYPO3-project-typo3v4mvc
mailing list