wirebox.getInstance('[email protected]')
.defaultGrammar
in your moduleSettings
.Builder
object with the correct grammar:CF_SQL_NUMERIC
, which is a floating point number, for the widest compatibility. This can cause performance problems with large recordsets in some database engines. You can provide a different default in coldbox.cfc if you wish to override this setting:Note: These instructions assume a basic knowledge of FW/1, a working FW/1 application structure with qb installed in the/subsystems
directory (manually or via CommandBox), and a database configured to run with your application.
Application.cfc
.variables.framework.subsystems
struct in Application.cfc
. The example below makes use of a load listener to declare each component instance and pass in any constructor arguments.start
in the terminal or use whatever method you're accustomed to.getBeanFactory()
.