[Typo3-shop] Additional Features for tt_products 2.x - how to contribute?
Franz Holzinger
franz at fholzinger.com
Mon May 16 20:12:08 CEST 2005
Hello Joey and Volker,
>> I've been thinking about some "universal" functions that could handle
>> things
>> like this:
>>
>> function myNewFeature ($inputArray)
>> {
>> # handle vars and arrays inside this function independently
>> # regardless of the plugin that is used to call the function
>> return $returnArray;
>> }
>>
>> Will you be able to work with something like that?
the most easy way to make the next development of tt_products include
the same features as commerce would be to create class files with the
same names and functions.
The $inputArray could use variables of the same name of its class type
where the classes itself are implemented differently but use the same
interface (same name of functions and the same parameters).
Volker, do you already know, which classes, objects and functions will
be coming with commerce? Then Joey can decide which ones he should
introduce as well into tt_products.
Franz
More information about the TYPO3-project-tt-products
mailing list