>On 8/15/07, Duncan, Craig <[EMAIL PROTECTED]> wrote: > > > > > > This one is very non-intuitive. Class names have their case preserved but > file and directory names related to them have not . > > > > Class: MyNewRssController > > File: Mynewrsscontroller.php > > Views: views/ mynewrsscontroller/myaction.phtml > > > > Not sure why this was they decided to do it this way, it took a good look at > the code to to convince myself this was deliberate. > > > > Craig Duncan
hi Craig, i ever asked the similar question in the past. this is mainly because of convention so we'll just have to stick with it. if you investigate Zend_Controller component, you'll find the reason for the convention. regards, Mike
