Model and databases#

In Silverstripe CMS, application data will be represented by a DataObject class. A DataObject subclass defines the data columns, relationships and properties of a particular data record. For example, Member is a DataObject which stores information about a person, CMS user or mail subscriber.

How to's#