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

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to