mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #10240 from eduardovinuela/patch-1
DOCS ORM is Object-Relational Mapping.
This commit is contained in:
commit
573144e3b9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user