silverstripe-framework/docs/en/02_Developer_Guides/00_Model/index.md
Saophalkun Ponlu 63ba092765 FIX Add namespaces in markdown docs (#7088)
* FIX Add namespaces in markdown docs

* FIX Convert doc [link] to [link-text](link-uri)
2017-07-03 13:22:12 +12:00

728 B

title: Model and Databases summary: Learn how SilverStripe manages database tables, ways to query your database and how to publish data. introduction: This guide will cover how to create and manipulate data within SilverStripe and how to use the ORM (Object Relational Model) to query data.

In SilverStripe, 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.

[CHILDREN Exclude="How_tos"]

How to's

[CHILDREN Folder="How_Tos"]