[TYPO3-dev] IRRE - processDatamap_afterDatabaseOperations

Ingmar Schlecht ingmar at typo3.org
Fri Jun 27 08:31:51 CEST 2008


Brian Bendtsen schrieb:
> Ingmar Schlecht skrev:
>> Hi Brian,
>>
>> without having looked into your issue in detail: Try using the new 
>> hook in TYPO3 4.2 called processDatamap_afterAllOperations.
>>
>> cheers
>> Ingmar
> 
> Hi Ingmar
> 
> I was just looking at it, is it true that it only takes one parameter?
> 
> function processDatamap_afterAllOperations($this) ?

Better name the variable $pObj or so, otherwise it conflicts with your 
object's $this variable.

Anyway, yes, it's correct it only takes one parameter.

But you can access the table etc as Dmitry said by seeing what's in the 
$pObj->datamap array.

cheers
Ingmar

-- 
Ingmar Schlecht
TYPO3 Association Active Member




More information about the TYPO3-dev mailing list