12
votes
Are ColdFusion objects passed by reference or by value?
Well, keep in mind that using duplicate() doesn't work in MX 7 for copying certain things, like CFCs and CO …
1
vote
ColdFusion vs PHP
I don't have any experience comparing PHP and ColdFusion, but I can speak from a ColdFusion perspective.
It can certainly be used to develop enterprise applications, and it can be used for …
0
votes
Flex coldfusion and multiple remote objects
It looks like your remote object definitions aren't included in the AS snippet above. Do you create them in another section of the code? If so, please add just that part so we can see how you are c …
0
votes
Common programming mistakes for ColdFusion programmer to avoid?
Putting variables in the wrong scope; even if you don't blow up the registry or crash the server, it's easy to slowly drain performance from your application by bumping variables up to the highest …
