MACROMEDIA COLDFUSION 5-CFML Przewodnik Instalacji

Przeglądaj online lub pobierz Przewodnik Instalacji dla Oprogramowanie MACROMEDIA COLDFUSION 5-CFML. MACROMEDIA COLDFUSION 5-CFML Installation guide Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj

Podsumowanie treści

Strona 1 - BlueDragon

BlueDragon TM 6.1 CFML Compatibility and Reference Guide

Strona 2 - CFML Compatibility

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

Strona 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

Strona 4

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 9

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

Strona 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

Strona 11

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 18

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

Strona 19

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

Strona 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”&

Strona 21

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

Strona 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

Strona 23

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

Strona 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

Strona 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

Strona 26

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

Strona 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

Strona 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 –

Strona 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

Strona 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

Strona 31

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

Strona 32

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

Strona 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

Strona 34

4.3.17 CFLDAP... 11

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 40 - 5.4 New CFML Functions

5.3.1 ListToArray... 34

Strona 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

Strona 42

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

Strona 43

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

Strona 44

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

Komentarze do niniejszej Instrukcji

Brak uwag