[fw-general] Zend_Tool bug of Case Sensitivity or is this a feature?

2010-04-19 Thread Ralf Eggert
Hi, I am playing around with Zend_Tool and found a weird behaviour: zf create module Foo zf create controller index 1 Foo zf create module bar zf create controller index 1 bar zf create model foo bar zf create model Bar Foo When I call http://myproject/foo I get an Invalid controller specified

Re: [fw-general] Zend_Tool bug of Case Sensitivity or is this a feature?

2010-04-19 Thread Ralph Schindler
(index) message. When I call http://myproject/bar it works fine. So a module with a capital letter cannot be found by the router. If I change the directory path from /application/modules/Foo to /application/modules/foo everything works fine again. So, from this point I think having a capital

Re: [fw-general] Zend_Tool bug of Case Sensitivity or is this a feature?

2010-04-19 Thread Chris Morrell
How does that apply to multi-word modules? I could be wrong, but I'm pretty sure Zend_Tool doesn't handle them very well either… CM http://cmorrell.com/ *Chris Morrell* Web: http://cmorrell.com Twitter: @inxilpro http://twitter.com/inxilpro On Mon, Apr 19, 2010 at 12:31 PM, Ralph