[TYPO3-ect] Summing it up: Your opinions upon keyname
    Elmar Hinz 
    elmar.DOT.hinz at team.MINUS.red.DOT.net
       
    Thu Mar 16 09:16:18 CET 2006
    
    
  
Elmar Hinz schrieb:
> a.) for classes: ext                =>   tx_ext_link
> b.) for functions: div              =>   tx_div
> 
I am currently preparing the extensions. Writing
  ext/div/class.tx_div.php
feels fine, but writing
  ext/ext/class.tx_ext_link.php
(i.e. for the XCLASS) confuses me.
I think now the following combination is more coherent and less confusing.
a.) for classes:   lib              =>   tx_lib_link
b.) for functions: div              =>   tx_div
The path results as:   ext/lib/class.tx_lib_link.php
Elmar
    
    
More information about the TYPO3-team-extension-coordination
mailing list