[Typo3-dev] Naming errors in EXT

tapio tapio.markula at dnainternet.net
Thu Nov 24 13:29:22 CET 2005


Jean-David Gadina wrote:
> Hello Thomas,
> 
> An extension can easily contains naming errors if it includes some third party software, which of course, don't respect the Typo3 naming conventions for classes.
> 

Most cases naming errors relates to thi issues.
There should be found a class, which has the same
name as the php-file
class.the_name_of_class.php
If there is not a class, which has the name 'the_name_of_class',
Typo informs about naming errors.
It is good naming convention to use in XCLASS implementations
the correct naming convention, for example
the file 'class.ux_sc_alt_doc.php' has the class 'ux_sc_alt_doc'.




More information about the TYPO3-dev mailing list