I\'m running two queries within a ColdFusion transaction (ColdFusion 开发者_如何转开发9, MySQL 5):
How can images be loaded into a dynamically generated pdf (cfdocument)? In that the pdf is not stored the hdd. The pdf needs to be emailed, and the ram cleared. The images are stored outside of the ww
I have a live site in fusebox 5.5 \"production\" mode. No matter, what I do, I can not get the application to register any changes I make to a layout file. I have tried all the different fusebox rel
i have to model classes User and Order. what i want is to have a relationship be开发者_C百科tween them, so that a user has many orders, which in this case would be a one-to-many rel. which i defined i
Would it be ok to get a CF app to check for a开发者_开发技巧 valid database before proceeding to process that request?
I\'m wondering if there is an effective way to put a me开发者_如何学Gonu into an array or any other data type.
Would you please give a simple scenario where threading is neces开发者_开发问答sary? Thank you,
Googlers if you\'ve got a heap dump with a root of coldfusion.runtime.CFDummyComponent read on. Update 2/22/2011
I have been working with Coldfusion 9 lately (background in PHP primarily) and I am scratching my head trying to figure out how to \'clean/sanitize\' input / string that is user submitted.
I开发者_如何转开发 would like to know your opinion on using return and else statements interchangeably in CFScript. I generally use the following syntax: