[TYPO3-dev] Deleting record several places?
Georg Großberger
georg at grossberger.at
Sun Jan 4 20:38:01 CET 2009
Martin Kutschker schrieb:
> Simon Justesen schrieb:
>> Hi,
>>
>> Short question:
>>
>> I need to maintain two tables so that when I delete a record in
>> list-view belonging to my extension it is also deleted in another table.
>> How can I do that?
>
> I think that there is a hook in TCEmain for delete operations.
>
> Masi
Take a look at the process_cmdmap method in t3lib/class.t3lib_tcemain.php.
There you find the hook
$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass']
More information about the TYPO3-dev
mailing list