Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
baz #1
What's better/faster, passing around and manipulating lists or one-dimensional arrays? Should a CFC argument be a list or a one-dimensional array?
What's better/faster, passing around and manipulating lists or
one-dimensional arrays? Should a CFC argument be a list or a
one-dimensional array?
baz Guest
-
in_array with multi-dimensional arrays?
Hello. I want to make this: $hack_attempt = TRUE; for ($i=0;$i<count($article);$i++) { if ($article_id == $article) $hack_attempt = FALSE; }... -
Two dimensional associative arrays?
Is there any special way to do row/col (two dimensional) based associative arrays? Something like: $array{1.1}="line one column one";... -
Two Dimensional Arrays
Hello all, Can anyone tell me how to get and assign the first dimension of a two dimensional array to another array? For example, I have a... -
Dynamic Multi Dimensional Arrays
Hello Everyone, I want to emulate session objects (as opposed to variables). I stumbled upon creating multi-dimensional arrays, so I can do this:... -
I wish I knew more about multi-dimensional arrays
Hi, please don't chuckle (too loudly) at my attempts to learn ;) I'm trying to create what I think would be a multi-dimensional array from a...



Reply With Quote

