[TYPO3-dev] Is there a hook for FE DB updates

Bill Stoltz bstoltz81 at comcast.net
Fri Sep 28 22:04:45 CEST 2007


Since I want this to work for every extension, now and in the future, I 
wonder could I create an XCLASS for t3lib_DB and the create a wrapper 
for exec_UPDATEquery, exec_DELETEquery and exec_INSERTquery functions to 
see if I want to track these updates?

Will this have the desired effect of getting called by all the 
extensions that use these functions - without me having to modify 
existing extensions?

Thanks,
Bill

Martin Kutschker wrote:
> Bill Stoltz schrieb:
>> the extension push2rss uses the hook  
>> "processDatamap_afterDatabaseOperations" to see all the BE updates, 
>> but for all the FE plugins that use things like exec_UPDATEquery() 
>> they are not captured.
>>
>> So, is there a hook or some way to see these, so changes in frontend 
>> like posts to chc_forum, can be captured and put into an RSS feed?
>
> No. FE plugins usually use SQL more or less directly and not through a 
> "centralized" object/class like TCEmain.
>
> Masi




More information about the TYPO3-dev mailing list