[TYPO3-mvc] Partial template from other extensions

Arno Dudek webmaster at adgrafik.at
Wed Apr 27 11:33:46 CEST 2011


Hi Sebastian!

>>      $templateController =
>> t3lib_div::makeInstance($templateControllerClassName);
> You should use the Object Manager here (Object Manager Interface), and
> call the "create()" method on it.
> Then you do not need:

But if I do that, it's not compatible with T3 v4.4.6 anymore. The 
automatic injection is available from extbase v1.3.0 in T3 v4.5, or I'm 
wrong? Or should I ignore earlier versions?

lg arno


More information about the TYPO3-project-typo3v4mvc mailing list