Yes, but I'm writing framework code, that is supporting multiple
versions of products, so, there is no 'you must be on CF8'.

Basically, if the feature is there, I want to use it, and if it isn't
there, I want it to scale down gracefully.

I can say all this one more time, if you would like ;o)

Mark


On 8/27/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
> If that is the case then you would have to be on CF8 anyway so you wouldn't
> have to check because you would have to move to CF8 otherwise it wouldn't
> work. Correct?
>
> If someone implements a tag that only works on a certain CF version then you
> have to move to that version regardless.
>
> -----Original Message-----
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Mark Mandel
> Sent: Monday, 27 August 2007 5:20 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Any way to get a list of all cftags?
>
>
> That's what I have to do..
>
> It just means that say, if Railo decides to implement a cfdbinfo tag, I
> don't have to change my codebase, it just works straight off the bat.
>
> It's implementing to feature, not implementing to product version.
>
> Mark
>
> On 8/27/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
> >
> > Um why don't you just check the Server.ColdFusion.ProductVersion value?
> >
> > -----Original Message-----
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of Mark Mandel
> > Sent: Monday, 27 August 2007 4:32 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: Any way to get a list of all cftags?
> >
> >
> > I dunno if that is going to cut it -
> >
> > Basically, I want to know if cfdbinfo is available as a tag.
> >
> > Since I doing framework development, I'd rather implement my code on a
> > 'is this tag enabled' level, rather than a 'on Cf8 do this, on CF7 do
> > this, on Railo...' etc.
> >
> > I'm looking for a way to do that.
> >
> > Mark
> >
> > On 8/27/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
> > >
> > > Mark, if I read your question right.
> > >
> > > You are looking for IsCustomFunction()..
> > >
> > >
> > >
> > > Andrew Scott
> > > Senior Coldfusion Developer
> > > Aegeon Pty. Ltd.
> > > www.aegeon.com.au
> > > Phone: +613  8676 4223
> > > Mobile: 0404 998 273
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
> > > On Behalf Of Mark Mandel
> > > Sent: Monday, 27 August 2007 4:20 PM
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Any way to get a list of all cftags?
> > >
> > >
> > > All,
> > >
> > > This may seem like a silly question, but I can't work it out.
> > >
> > > Basically, at run time, I want to see if a tag is available, i.e. if
> > > i'm on cf8 I can use dbinfo, if not, I want to know it's not there.
> > >
> > > Rather than check for product versions, I would like to simply check
> > > for implementations.
> > >
> > > We have a getFunctionList(), but there isn't a getTagList() is there?
> > >
> > > Mark
> > >
> > > --
> > > E: [EMAIL PROTECTED]
> > > W: www.compoundtheory.com
> > >
> > >
> > >
> > > >
> > >
> >
> >
> > --
> > E: [EMAIL PROTECTED]
> > W: www.compoundtheory.com
> >
> >
> >
> >
> > >
> >
>
>
> --
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
>
>
>
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to