DataMgr 2.0 Documentation: Structures in DataMgr

Structures in DataMgr

DataMgr makes heavy use of structures. This is because structures are a fundamental means of data storage in ColdFusion. Every variable scope doubles as a structure. You could pass in Form or arguments to DataMgr as a structure and it would work.

The structures that you pass in to DataMgr should represent the table fields of your database. So, each key in the structure should match the name of a field in the table, following these rules: