[TYPO3-mvc] FeUser / FeUserGroup

Steffen Kamper info at sk-typo3.de
Thu Jul 23 15:50:51 CEST 2009


Hi,

Joerg Schoppet schrieb:
> 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.
>

what's the problem using these classes? They already have fe_user, so 
instanciate and use or extend them?

> And as soon as ext1 or ext2 change there logic, ext3 has to do it manually.
> 
> Was this clear?

no :) ext3 could extend or simply use, i don't get where it conflicts.

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list