cfc
ColdFusion CFC implementation of C# Partial Class?
Does ColdFusion offer a mechanism for splitting CFCs into multiple files?I am NOT talking about extension, I am talking about splitting the SAME CFC into multiple files; the same way C# allows for \"p[详细]
2022-12-28 19:47 分类:问答Calling overridden parent method from parent method
Heres the situation. Component B extends component A and overrides the init method to accept a different parameter. A also has a create method that calls init.[详细]
2022-12-28 01:11 分类:问答Find who's calling the method
I\'d like to somehow find out which CFC is calling my method. I have a logging CFC which is called by many different CFC\'s. On this logging CFC there\'s a need to store which CFC called for the log.[详细]
2022-12-27 06:45 分类:问答cfml error with application.cfc page
I have some problem with my cfml website. I have used the below开发者_开发百科 code in application.cfc file to connect with the dsn.[详细]
2022-12-27 03:17 分类:问答In Coldfusion, how do I init a component that is located above the current path folder?
If I have a folder structure that looks like this: / /bin/myComponent.cfc /reports/index.cfm How do I initiate myComponent.cfc from index.cfm?[详细]
2022-12-25 05:59 分类:问答Passing the form scope to a Remote cfc
What is the syntax for passing the form scope into a cfc with access=\"remote\"? I have: <cfcomponent>[详细]
2022-12-25 05:00 分类:问答$.ajax ColdFusion cfc JSON Hello World
I\'ve simplified this example as much as I can.I have a remote function: <cfcomponent output=\"false\">[详细]
2022-12-25 02:15 分类:问答How do I force a Coldfusion cfc to output numeric data over JSON as a string?
I\'m calling a Coldfusion component (cfc) using jQuery.post(). I need an integer or string representation of the number returned for use in a URL.[详细]
2022-12-23 06:17 分类:问答How to create a paging function with MySQL and ColdFusion
I\'m trying to create pagination for search results using MySQL and ColdFusion. My intention is to only retrieve the queries that can be displayed on a single page, thus making the process efficient.[详细]
2022-12-23 04:35 分类:问答Coldfusion CFC creation taking a variable amout of time to execute
I\'ve been doing som开发者_高级运维e logging of object creation times in our open account process in production. Periodically, initializing an object would take way longer than expected. By initializi[详细]
2022-12-22 10:55 分类:问答