I have some entities with relationships: component name=\"Store\" persistent=\"true\" { property name=\"Products\" fieldtype=\"one-to-many\" cfc=\"Product\";
If I have component level properties in my application.cfc will they get evaluated every time a page is it or will they only get evaluated when the application is created?
In my coldfusion Application.cfc file, I define an onError function. In certain situations, I explicitly throw an exception using a cfthrow tag - e.g. <cfthrow object=\"#myException#\">. My ques
How to translate <cferror type=\"EXCEPTION\" template=\"ErrorTemplate.cfm\"> to an onError() function for Application.cfc?Notice that cferror create a var error struct for the template.Is the
i am using the latest version of railo, and am trying to get the per-application mappings to work.this is what i am doing:
I have read man开发者_如何学Goy posts by people who have problems with onSessionEnd.This is my first conversion of application.cfm to application.cfc and the onSessionEnd is not working with the CFFun
Currently, in the application.cfc, I extend the Fusebox 5.5 Framework. Then in the OnRequestStart method below, I set the fusebox mode depending on a certain condition.
Ive been playing with ORM caching in the past few days and one thing that is confusing me a lot is theSQL is still logged (when I have logSQL = true) to the console even with caching enabled. This mak
I am modifying an existing web application which has been coded in Coldfusion. In the existing code, a large portion of the folders contain an Application.cfm file which sets the Application variables
I\'m trying to see if there is a way to split a CFSAVECONTENT ta开发者_StackOverflow中文版g across the onRequestStart() and onRequestEnd() functions in Application.cfc to save the generated HTML of an