exponential.earth / exponential / documentation / ez publish basics / content management in ez publish / the content object
These documentation pages are no longer maintained. Please visit the new documentation site.
A content object is an instance of a content class. A content class simply defines the structure of content objects using content class attributes. It is the content objects themselves that contain actual data/information. Once a content class is defined, several content objects of that type can be created. Multiple objects of the same type are used to store similar data/information, for instance: multiple article objects are used to store different news articles.
Content object attributes
Each content object consists of several independent attributes. These attributes are defined by content class attributes. Inside a content object, all data is encapsulated in one or more content object attributes.
Comments