[TYPO3-dev] Replacement for t3lib_extMgm to add fields to TCA

Jigal van Hemert jigal.van.hemert at typo3.org
Thu Feb 28 09:51:50 CET 2013


Hi,

On 28-2-2013 1:42, Sacha Vorbeck wrote:
> oops, must have overlooked that. And thanks for the hint to the new
> namespaced class :-).

The namespace operation included:
- keep the old file with a require_once for the new file (to support 
code that does an include of the old file instead of relying on the 
autoloader)
- some text hints for the new location
- typo3/sysext/core/Migrations/Code/LegacyClassesForIde.php for IDE to 
help them find the new class in case the code uses the old class
- class aliases for all the old class names to map them to the new class 
names
- compatibility class for PHP < 5.3.7 which can rewrite some cases of 
type hints, etc.

Seems plenty of help :-)

-- 
Jigal van Hemert
TYPO3 Core Team member

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list