[TYPO3-mvc] Extbase @inject lowercase namespace

Philipp philippwrann at gmx.at
Mon Sep 9 12:49:06 CEST 2013


Yes, the naming convention for a vendor is UpperCamelCase, so renaming would be the best solution. If the refactoring is not so much work. I thinkg you could also link all your classNames via TS Configuration for the extbase framework, but thats much typing for nothing if the simple refactor of your vendorname would solve the problem. In most IDEs you can simply do a regex-replace on all of your files.

VendorName, ClassName, ExtensionName = UpperCamelCase
propertyName, methodName = lowerCamelCase
tablename, extension_key = lower_underscore


More information about the TYPO3-project-typo3v4mvc mailing list