Top

Query to array

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Apr 25, 2008
Last Updated  Apr 25, 2008
Tags  array  coldfusion  query  querytoarray 

Introduction

This demonstrates how to turn a ColdFusion query into a ColdFusion array :P. When it comes to this type of conversion, there are a few things that you have to take into account. For starters, is it worth it? The ColdFusion query object is a very powerful, very flexible array-like object to begin with. Is this something you really need to turn into an actual array :).

Btw this wasnt made completly by me..im new to this i made few changes. but 99.9% wasnt me but idk u may find it useful :)

Grab the Code

Comments

  (2)  RSS
jonesy44
Comments: 644
 
Cold Fusion Snippet:  Query to array
Posted on Apr 25, 2008 7:00 am
Quote:
Updated on July 10, 2006


Lol.. how old is this script? xD
bps19882006
Comments: 22
 
Cold Fusion Snippet:  Query to array
Posted on May 13, 2008 10:03 am
pretty old. lol

Please Register or Login to start posting comments.
Bottom