ObjectField.inc
Table of Contents
Classes
- ObjectField
- Defines a Field object for validating and storing an associative array of key-value pairs. Note: It is highly
recommended you DO NOT use this Field UNLESS the data you are working with is dynamic and cannot be easily
predicted or defined by a static (Model) schema. If you can define this object's structure, please create a
new Model object to define the schema and use the NestedModelField to represent it within another Model. This
Field is not recommended for most use cases.