[TYPO3-english] Automatic adding of extension to page

Gijs Epping [eFocus] gijs.epping at efocus.nl
Mon Dec 8 15:22:33 CET 2008


Dmitry Dulepov schreef:
> Hi!
> 
> Gijs Epping [eFocus] wrote:
>> Already found out how, i just added an
>> processDatamap_afterDatabaseOperations hook and checked for the current pid
>>
>> It looks like this:
>>
>>  function processDatamap_afterDatabaseOperations($status, $table, $id,
>> $fieldArray, &$reference)
>>    {      
> 
> ...
> 
>>                $reference->insertDB('tt_content',null,$fieldArray2);
> 
> This function is internal and may become unavailable in future TYPO3 versions. You must never call it. You need to use process_datamap() instead.
> 
Hi Dmitry,

Thanks for the headsup but how should i solve it the correct way?

can  i use process_datamap() as a hook? or do i extend it?

Greetings gijs

-- 
E: gijs.epping at efocus.nl
W: http://www.efocus.nl/
W: http://www.gijs.com/

################
# eFocus is looking for Typo3/Php Developers
# http://www.werkenbijefocusgroep.nl/
################


More information about the TYPO3-english mailing list