[TYPO3-dev] how to hook into tcemain within core files

Georg Ringer news at ringerge.org
Mon Feb 8 09:21:46 CET 2010


Dmitry Dulepov schrieb:
> Core should not hook in my opinion. Instead, a new check inside TCEmain
> should be created.

I thought about that too but IMO it doesn't look very nice having
something like

if ($table === 'be_users) {
...
} elseif ($table === 'be_groups') {
...
}


What you think?
Georg




More information about the TYPO3-dev mailing list