[TYPO3-ect] "Extension cooperation"

Joerg Schoppet joerg at schoppet.de
Wed Aug 30 10:42:58 CEST 2006


Joerg Schoppet wrote:
> Jan-Hendrik Heuing [DD] wrote:
>>> I'm very interessted in "a) plugin cooperation". My actual knowlegde 
>>> about this:
>>> - I've developed my own MVC-pattern in TYPO3 for extension-development.
>>> - Actually I'm developing a decorator-pattern for TYPO3 to replace 
>>> the XCLASSing, (I think I can publish something by the end of this week.
>>
>> I just found this one:
>> http://www.phpclasses.org/browse/package/1693.html
>>
>> Did you have a look at that already?
>>
>> JH
>>
> Interessting, I will look at it.
> 
> Joerg

Hi,

I just inspected the code of this package.

For me it looks like, that this package implements it the following way:

You create a function on its own and then load this function in the 
class, which should  be extended.

The package then automatically creates a subclass of the existing class 
containing the new function.

This sounds interesting, but I didn't realise, how I can implement new 
properties to a class !?!

Joerg



More information about the TYPO3-team-extension-coordination mailing list