[Typo3-dev] how to extend _Typoscript_ itself

Wolfgang Klinger wolfgang at stufenlos.net
Thu Sep 8 07:41:55 CEST 2005


 Hi!

 On Wed, 07 Sep 2005, tapio wrote the following:
> I just expected that ux_something 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.

 No, wrong thought (and obviously never tried).

 The classes you can't extend are those who's methods are called as
 class methods using the :: operator
 (http://cz.php.net/manual/en/keyword.paamayim-nekudotayim.php).


 bye
 Wolfgang






More information about the TYPO3-dev mailing list