[TYPO3-mvc] naming issue: prefixedExtensionKey vs argumentNamespace vs prefix vs designator

Steffen Kamper info at sk-typo3.de
Thu May 7 14:25:40 CEST 2009


Hi Jochen,

Jochen Rau schrieb:
> Hi Steffen
> 
>> extensionName="myext"
>> is wrong as extensionName is different to extensionKey, and this one 
>> here is with stripped "_"
> 
> You are right. Should be "... extensionName="MyExt" ..:". The namespace 
> of $_GET arguments for a specific plugin is "tx" followed by the 
> extension name in lowercase followed by the plugin key (also lowercase).
> 
> The extension name in lowercase is the same string as the extension key 
> without underscores.
> 
> extension key: blog_example
> extension name: BlogExample
> extension name (lowercase) = extension key (without "_"): blogexample
> 

confuse me anyway. extension name (correct extension title) could be "My 
universal and best ever extension", and the title normally is used only 
for display.
Have a look to #10986 where a function is given for getting extensionkey 
from short form. Configuration should deal with the extKey only.

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list