mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update datamodel.md
Fix broken link to SS_List->column
This commit is contained in:
parent
083c0e083b
commit
0da889bde2
@ -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');
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user