Hi Ryan,

Actually, I believe there ARE issues with CustomTags and vase.  My
understanding is that you can REFER to the tag using any case you want, but
the actual file MUST be all lowercase. CFINCLUDEs don't seem to care one way
or the other. ;-)

Is that right, gurus?

You will probably also find case issues with database tables and columns.
I'm using Oracle, and it wants all UPPERCASE for COLUMNS, etc.

Apart from that, everything looks ok.

I use app_server.cfm to define variables specific to an individual
installation of an app on a particular server.  In other words, when I'm
developing on a Windows box, my app_server.cfm has request variables
WebRoot, FileSystemRoot, PathDelimiter, and a few others.  This is separate
to the app_globals.cfm, which I like to remain identical from server to
server.

So... what's the database?  Any interesting experiences with openSource
databases, CF and Linux?

Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork


-----Original Message-----
From: Ryan [mailto:[EMAIL PROTECTED]]

...

I havn't run in to any case issues yet. I don't know if when do you a 
CFINCLUDE you must use the ExAcT case or not. I know that with custom
tags it doesn't matter. If the file is named sendemailout.cfm you
can call it as CF_SendEmailOut...


IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.  
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to