Merge pull request #3172 from stevie-mayhew/patch-1

Update datamodel.md
This commit is contained in:
Damian Mooyman 2014-05-29 16:58:26 +12:00
commit d76486344a

View File

@ -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