ZF-6575: zf create project capitalization causes problems with view
Description
By default it seems to search by all lower cased paths in the views/scripts/ but if a name is passed into zf create project that's upper cased (Fubar instead of fubar) it creates the path as views/scripts/Fubar which doesn't play nice: Message: script 'fubar/index.phtml' not found in path (/path/to/application/views/scripts/)
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-08T03:35:27.000+0000
Assigning to Ralph.
Posted by Ralph Schindler (ralph) on 2009-10-16T23:00:57.000+0000
Fixed in r18629 in incubator. Will be included in 1.10 release