[TYPO3-mvc] CamelCased filenames of templates don't work

Felix Oertel mehl at foertel.com
Tue Apr 13 12:01:51 CEST 2010


Hey,

I got some filter actions like indexBySomeFilterAction() and 
indexBySomeOtherFilterAction().

In Resources/Private/Templates/@Controller/ lay the templates 
indexBySomeFilter.html and indexBySomeOtherFilter.html

That doesn't work out since 
Tx_Fluid_View_TemplateView::resolveTemplatePathAndFilename() does a 
strtolower() in :234.

I have to write indexbysomeotherfilter.html which IMO looks ugly and 
does not fit into the naming schema of all the other files (it's not 
"mymodelrepository.php", is it? *g*).

Should this be considered a bug?

regards, foertel


More information about the TYPO3-project-typo3v4mvc mailing list