[TYPO3-dev] Deleting record several places?

Simon Justesen simon at simm.removedk
Sun Jan 4 23:41:25 CET 2009


Georg Großberger skrev:
> 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'] 
> 
> 
> 
> 

Thanks guys! I think I got it :D

Simon




More information about the TYPO3-dev mailing list