Merge pull request #10240 from eduardovinuela/patch-1

DOCS ORM is Object-Relational Mapping.
This commit is contained in:
Guy Sartorelli 2022-04-12 19:18:22 +12:00 committed by GitHub
commit 573144e3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
---
title: Introduction to the Data Model and ORM
summary: Introduction to creating and querying a database records through the ORM (object-relational model)
summary: Introduction to creating and querying a database records through the ORM (object-relational mapping)
icon: database
---
# Introduction to the Data Model and ORM
Silverstripe uses an [object-relational model](http://en.wikipedia.org/wiki/Object-relational_model) to represent its
Silverstripe uses an [object-relational mapping](http://en.wikipedia.org/wiki/Object-relational_mapping) to represent its
information.
* Each database table maps to a PHP class.