[TYPO3-english] Customized functionality in BE interface
Björn Pedersen
pedersen at frm2.tum.de
Fri Jun 3 15:27:51 CEST 2011
Am 03.06.2011 15:11, schrieb Mark Howells-Mead:
> ...and there's a peculiarity. If I change the name of my class from termine to tx_frp_termine, suddenly everything works. I presume, therefore, that "termine" is a reserved word in TYPO3, somehow?
>
> Best
> Mark Howells-Mead
>
>
No, it's not termie, that is reserved. There are naming restrictions for
user- and extension classes and functions:
Only classes/functions with a "tx_" or "user_" prefix will ever be
executed by the TYPO3 loading functions.
(See:
http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.5.1/view/1/2/#id2313334
under Namespaces)
Björn
More information about the TYPO3-english
mailing list