[TYPO3-english] TYPO3 TCEFORMS in own extension

Kay Strobach typo3 at kay-strobach.de
Mon Dec 14 13:11:46 CET 2009


Am 13.12.2009 15:47, schrieb Bernhard Kraft:
> Kay Strobach wrote:
>> Hello CoreDevelopers,
>>
>> until TYPO3 4.3 i used some code to get TCEForms in BEModules of my
>> Extensions. With 4.3 there were several problems with that way.
>>
>> Ergo it's impossible to save the data.
>>
>> What has changed in 4.3 => is there a new way to use tceforms in TYPO3?
>> I remeber a list entry and a related discussion.
>
> Hello !
>
> I do not know how you handled the data submitted from the TCEform, but I
> assume you used t3lib_tcemain for this. It is better to use
> typo3/sysext/cms/tslib/class.tslib_fetce.php instead.
>
> Probably this can solve your problems.
>
>
> greets,
> Bernhard

http://wiki.typo3.org/index.php/Forms_Library_for_FE_Extensions

TYPO3 class.tslib_fetce.php

Form-data processing class: class.tslib_fetce.php by Kasper Skaarhoj. 
This class seems to be only used by tt_guest and tt_board and has been 
marked as deprecated. So something similar is needed to be used from 
tt_guest and tt_board.

Current extensions using this lib:

     * <extension3>tt_guest</extension3>
     * <extension3>tt_board</extension3>

Best Regards Kay


More information about the TYPO3-english mailing list