Back
get()
Returns the current setting for the supplied CFWheels setting or the current default for the supplied CFWheels function argument.
// Get the current value for the `tableNamePrefix` Wheels setting
setting = get("tableNamePrefix");
// Get the default for the `message` argument of the `validatesConfirmationOf` method
setting = get(functionName="validatesConfirmationOf", name="message");
Copied!