[TYPO3-mvc] Where to put FlexForm itemProcFuncs classes?

Sebastian KurfŸürst sebastian at typo3.org
Thu May 28 08:14:13 CEST 2009


Hey Steffen,

Just use the normal naming conventions of Extbase (with capital Tx_....) 
and place it in the Classes folder where it makes sense.

> Then include the class file in ext_tables.php:
>  include_once(t3lib_extMgm::extPath($_EXTKEY).'class.extKey_nameOfClass.php');
You don't have to do this, anymore, because Extbase brings along an 
autoloader which is used as soon Extbase is installed.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list