ZF-7956: zf.cmd/cmd.sh invalid view folder names for camel case controlles
Description
In zf.cmd / cmd.sh 'create controller' commands produces view folders with invalid names in case of camelCase controller names. I.e:
'create controller camelCase' creates camelCase view folder. What framework expects is camel-case.
In result, generated controller fails on display.
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-09-25T03:37:01.000+0000
Assigned to correct component and assignee
Posted by Ralph Schindler (ralph) on 2009-10-16T22:02:42.000+0000
Fixed in r18629 in incubator. Will be included in 1.10 release