On Wednesday, June 25, 2003, at 05:02 PM, Barney Boisvert wrote:

> There was a discussion about this a month or two ago on here, which 
> boiled
> down to basically lowercase everything on the filesystem.  If you want 
> to
> separate words, use_underscores

This is/was considered to be a best-practice.  Fortunately with RedSky, 
you have more flexibility.  You can use case as it was intended to be 
used on Unix, or you can assume that your component names will be 
lowercased.  For instance, this:

mc = createObject("component", "MyComponent");

Will first look for mycomponent.cfc, then MyComponent.cfc.  It's a 
subtle change in RedSky, but in my opinion, an important (and good) one.

Christian

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to