Model and databases#

In Silverstripe CMS, application data is typically represented by DataObject models. 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 who has authenticated access to your project.

How to's#