MACROMEDIA COLDFUSION 5-CFML Installationsanleitung

Stöbern Sie online oder laden Sie Installationsanleitung nach Software MACROMEDIA COLDFUSION 5-CFML herunter. MACROMEDIA COLDFUSION 5-CFML Installation guide Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken

Inhaltsverzeichnis

Seite 1 - BlueDragon

BlueDragon TM 6.1 CFML Compatibility and Reference Guide

Seite 2 - CFML Compatibility

3.4 SERVER Variables For BlueDragon, the variable Server.ColdFusion.ProductName returns the value “BlueDragon” and Server.ColdFusion.ProductLevel ret

Seite 3

New CFID/CFTOKEN values are assigned only when a client/browser executes a CFML page for the first time without those cookies already set. 3.7 Clien

Seite 4

4 CFML Tags 4.1 ColdFusion Components There are a few differences in CFC (ColdFusion Component) processing in BlueDragon, including both enhancements

Seite 5

4.1.2.1 Case-sensitive Searching for CFCs on Unix-based Systems On UNIX-based systems (including Linux and Mac OS X), when invoking a CFC, the searc

Seite 6 - BlueDragon 6.1

The following tags added in CFMX are not supported by BlueDragon, and will generate run-time errors when processed by BlueDragon: Unsupported CFMX Ta

Seite 7 - 2 ColdFusion Compatibility

4.3.6 CFCONTENT BlueDragon does not support using a pair of CFCONTENT tags, as in: <CFCONTENT…>some data</CFCONTENT>. In BlueDragon, onl

Seite 8 - 3 Variables

4.3.13 CFHTTPPARAM BlueDragon does not support the following new type attribute values introduced in CFMX 6.1: header and body. 4.3.14 CFIMPORT While

Seite 9

current template directory. The filename match is not case-sensitive when searching cus-tom tag directories. 4.3.21 CFOBJECT BlueDragon supports “jav

Seite 10 - 3.6 CFTOKEN Value

4.3.24 CFSCRIPT BlueDragon does not support try/catch statements within CFSCRIPT. 4.3.25 CFSEARCH In BlueDragon, the search capability (CFSEARCH, CFI

Seite 11

hold the result set. The following code running on BlueDragon 6.1 returns the result set in a query variable named "myResults": <cf

Seite 12 - 4 CFML Tags

NEW ATLANTA COMMUNICATIONS, LLC BlueDragon™ 6.1 CFML Compatibility and Reference Guide June 17, 2004 Version 6.1 Copyright © 1997-2004 New Atlant

Seite 13 - 4.2 Unsupported Tags

4.3.31 CFUPDATE Like CFMX, BlueDragon does not support “DSN-less connections”; therefore, it always requires the dataSource attribute and does not su

Seite 14

4.4.2 CFCONTENT Both ColdFusion and BlueDragon support an available FILE attribute for CFCONTENT, to name a file whose content should be sent to the

Seite 15

does not affect query resultsets or XML documents that are contained within another variable or structure being dumped. 4.4.4 CFFLUSH BlueDragon 6.1

Seite 16

The CFINCLUDE PAGE attribute can be used to include CFML pages, in which case the included page’s Application.cfm (and any OnRequestEnd.cfm) will be

Seite 17

4.4.6.2 Wait Processing Index creation (spidering a web site or indexing a file collection) can take a long time, so BlueDragon adds an optional WAI

Seite 18

4.4.10 CFPROCESSINGDIRECTIVE SuppressWhiteSpace Attribute The CFPROCESSINGDIRECTIVE tag in CFML was introduced in CF5 with an available SuppressWhit

Seite 19

WHERE LastName = ‘#EmployeeName#’ </CFQUERY> If you have code where this behavior is undesirable, you can change it with the available Preserve

Seite 20 - 4.4 Enhanced CFML Tags

<CFQUERY ACTION=”flushcache” CACHENAME=”usercache”> All CFQUERY cached results can be cleared using a singe tag: <CFQUERY ACTION=”flushall”&

Seite 21

<CFFILE ACTION=”delete” FILE=”C:\Inetpub\wwwroot\images\a.jpg”> <CFFILE ACTION=”delete” FILE=”/images/a.jpg” URIDIRECTORY=”Yes”> Specifyi

Seite 22

Execution of CFASSERT (and the assert() function) is controlled by the “Enable Asser-tions” setting on the “Debug Settings” page of the BlueDragon A

Seite 23

Contents 1 INTRODUCTION ...1 1.1 About This Manual...

Seite 24 - 4.4.6.2 Wait Processing

4.5.4 CFDEBUGGER CFDEBUGGER is a CFML tag introduced by BlueDragon that adds a powerful new weapon in CFML debugging. In simple terms, it writes a tr

Seite 25

CFFORWARD has a single attribute, page, which specifies the URI of the target page. Paths that start with “/” start at the document root directory of

Seite 26

The following table lists the variables returned by the CFIMAGE tag. Variable Description CFIMAGE.SUCCESS Contains the value TRUE or FALSE to indic

Seite 27

1. Open a connection to the mail server (OPEN action). 2. Get a list of folders from the mail server (LISTALLFOLDERS action). 3. Get a list of mes

Seite 28 - 4.5 New CFML Tags

The folder list is returned in a Query structure with the name you specified in the NAME attribute. The fields of the Query structure are: FULLNAME –

Seite 29 - </cfconstructor>

DRAFT – boolean flag if this mail message is an unsent draft FLAGGED – boolean flag if this email has been flagged RECENT – boolean flag if this emai

Seite 30

DRAFT – boolean flag if this email is a draft FLAGGED – boolean flag if this email has been flagged RECENT – boolean flag if this email is recent SEE

Seite 31

<CFIMAP ACTION="MOVEMAIL" CONNECTION="name" FOLDER="toplevelfoldername" DESTFOLDER="toplevelfoldername&quo

Seite 32

5 CFML Functions 5.1 Unsupported Functions The following CFML functions are not supported by BlueDragon: Unsupported CF5 Functions AuthenticatedConte

Seite 33

Additionally, in both functions, the t mask returns a value of am or pm, where it should return just an a or p. 5.2.4 Decrypt/Encrypt BlueDragon does

Seite 34

4.3.17 CFLDAP... 11

Seite 35

5.3.2 ParagraphFormat From the CFML Reference for CF5: “Returns string with converted single newline characters (CR/LF sequences) into spaces and dou

Seite 36

6 Miscellaneous There are various other aspects of working with ColdFusion and CFML that may be slightly different in BlueDragon, but don’t fit neatl

Seite 37 - 4.5.7.10 Renaming a Folder

For example, the following works in BlueDragon but fails in CFMX because the node names don't match up. myDoc.Root.SubNode = XmlElemNew

Seite 38 - 5 CFML Functions

variable or other expression, since again the process of finding CFFUNCTION declarations does not happen at run time but instead in a previous step o

Seite 39 - 5.3 Enhanced CFML Functions

ment types. If possible, use 'javacast()' to resolve this ambigu-ity. Unfortunately, even use of JavaCast() won’t help here. The message al

Seite 40 - 5.4 New CFML Functions

5.3.1 ListToArray... 34

Seite 41 - 6 Miscellaneous

BlueDragon 6.1 CFML Compatibility and Reference Guide 1 Introduction ewCoinweb server, Atlanta BlueDragon is family of server-based products for the

Seite 42

Details regarding paid support options, including online-, telephone-, and pager-based support are available from the New Atlanta web site: http://ww

Seite 43

2.2 Migration from ColdFusion to BlueDragon While this document covers issues of CFML language compatibility, additional informa-tion about migration

Seite 44

<CFSET url.mod=0> <CFOUTPUT>#url.mod#</CFOUTPUT> The error occurs on the CFOUTPUT, rather than the CFSET. Similarly, ColdFusion wi

Kommentare zu diesen Handbüchern

Keine Kommentare