[Typo3-dev] how to extend _Typoscript_ itself

Peter Niederlag niederlag at ikd01.de
Thu Sep 8 00:34:34 CEST 2005


Hi,

tapio schrieb:
[...]

>ng is only for SC_something.
> Someone told me that I can't use XCLASS for some core classes and Typo
> would accept on ux_something just for classes, which has the prefix
> 'SC_'. The prefix 'ux_' is defined somewhere as prefix for extension
> classes - I just thought that Typo3 search also 'SC_' as required prefix.

ux_ is what the "factory class" t3lib_div::makeInstance(class) takes
into account.

SC is just a common used prefix for Script Class, mostly used in BE-Modules.

you can ux_ SC or any other class as long as the class itself supports
it....

HtH & Cheers,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
http://www.typo3partner.net * professional services network *




More information about the TYPO3-dev mailing list