Changes between Version 2 and Version 3 of JoinedResourceController
- Timestamp:
- 09/06/09 23:20:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JoinedResourceController
v2 v3 7 7 The '''Joined Resource Controller''' provides a RESTful API for joined resources analogous to the generic [wiki:BluePrintRESTImplementation shn_rest_controller]. 8 8 9 A joined resource request is a request on a resource ("joined resource") in dependenc eof a join to another table ("primary resource").9 A joined resource request is a request on a resource ("joined resource") in dependency of a join to another table ("primary resource"). 10 10 11 11 In this implementation, these joins can be 1:1 or 1:N, and they can be natural joins (same key field in both tables) or primary/foreign key matches, where the primary key is always the 'id' field in the primary table.