IIRC if you use the custom tag directory you can partition it off with sub-directories.  You can then have custom tags with the same name in different directories.  Then I believe you set which directory you want to get a tag from in the parameters of the <cfmodule> tag.  The possible problem with this is that if you default to the top directory, I think CF will scan down the directory tree until it finds the custom tag being called.  This could be problematic if several with the same name exists.  I presume it would use the first one it found.


Does that help?


I'm sure higher level guru's could explain this clear and in more detail.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-----Original Message-----
From: Gaulin, Mark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 11:39 AM
To: CF-Talk
Subject: RE: Partitioning Custom Tags for multiple code lines?

Ok, so it looks like the only thing I'm hearing is about cfmodule. Are there
any other ways to do it?  

Is there a "sandbox" mode for ISPs or something that lets each person have
there own custom tag path?

No one suggested running multiple instances... does that mean that won't
work?

>What code does it break?
FYI, besides being uglier, the cfmodule call would have to include a
variable name in the path and I have a perl program that parses all of our
cfm files and builds a model (stored in a db) of which tags are being called
from where, and with what arguments.  This makes is easy to find references
to tags, etc and see how they are used.  I guess I could hack it up to know
about the different path structure...

Thanks
    Mark

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 12:27 PM
To: CF-Talk
Subject: RE: Partitioning Custom Tags for multiple code lines?

You really need to use cfmodule. I'm not sure why you say it would be messy.
What code does it break? There is nothing you can do with cf_* that you
can't do with cfmodule.
  _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to