Tutorial by Topics: coldfusion

This section provides an overview of what coldfusion is, and why a developer might want to use it. It should also mention any large subjects within coldfusion, and link out to the related topics. Since the Documentation for coldfusion is new, you may need to create initial versions of those rela...
ArrayNew(dimension, isSynchronized) NameDescriptionDimensionNumber of dimensions in new array: 1, 2, or 3isSynchronizedWhen false, creates an unsynchronized array, When true, the function returns a synchronized array. In a synchronized array, more than two threads cannot access the array ...
A scope is "the range in which a variable can be referenced". ColdFusion knows — as well as most other programming and script languages — several scopes. The following text deals with these types and trys to bring clarity about them, their differences and their characteristics.
REST APIs are interesting when data should be accessed from everywhere including different languages (server and client side). That requires separation from data and processing.

Page 1 of 1