mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3172 from stevie-mayhew/patch-1
Update datamodel.md
This commit is contained in:
commit
d76486344a
@ -615,7 +615,7 @@ This functionality is provided by the `SS_Map` class, which can be used to build
|
|||||||
$map = new SS_Map($members, 'ID', 'FirstName');
|
$map = new SS_Map($members, 'ID', 'FirstName');
|
||||||
|
|
||||||
Note: You can also retrieve a single property from all contained records
|
Note: You can also retrieve a single property from all contained records
|
||||||
through `[api:SS_List->column()]`.
|
through [SS_List->column()](api:SS_List#_column).
|
||||||
|
|
||||||
## Data Handling
|
## Data Handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user