cfc
How can I bind cfdiv to a CFC that maintains state?
CFM <html> <head> <title>Test Page</title> </head> <body> <cfform>[详细]
2023-04-11 06:53 分类:问答cfinvoke execution order
I have a cfinvoke which writes to a table like 200,000 records. Then I have a another cfinvoke writes about the 100,000 records to the same table.[详细]
2023-04-11 01:58 分类:问答How do you dynamically return an implicitly set property in a CFC?
I\'m got a CFC whose properties I want to return through a single function: public string function getApplicationSetting(required string setting)[详细]
2023-04-10 18:47 分类:问答Varscoper for CFScript based components [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-10 03:36 分类:问答ColdFusion not "seeing" my components
I have a dir开发者_开发问答ectory structure similar to C:...\\wwwroot\\project\\testPage.cfm <html>[详细]
2023-04-10 00:02 分类:问答ColdFusion ORM cannot find CFCs when using virtual directory
I have some entities with relationships: component name=\"Store\" persistent=\"true\" { property name=\"Products\" fieldtype=\"one-to-many\" cfc=\"Product\";[详细]
2023-04-09 17:13 分类:问答JSON returned from remote CFC function is out of order
I have a remote CFC that returns a structure. It is called using cfajaxproxy. I want the JSON returned to be in order i.e. first into the structure first into the JSON object. However, the JSON that i[详细]
2023-04-07 19:49 分类:问答Can cfmodule return values to caller's local scope?
Insi开发者_StackOverflow社区de the cfm of the cfmodule, values are returned through the use of Caller scope.If I call a cfmodule inside a function in a CFC, Caller maps to the Variables scope of the C[详细]
2023-04-04 12:19 分类:问答Coldfusion, secure cfc's from SQL injection attacks
I have a bunch of external forms that post data into databases via CFC\'s. What I do is Create the form w/ a postback[详细]
2023-03-30 21:34 分类:问答How to reference a returned structure from a cfc?
I\'m using the validation CFC by Ryan J. Heldt http://validation.riaforge.org/ My form submits to processSignup.cfc[详细]
2023-03-28 06:11 分类:问答