Changes between Version 2 and Version 3 of JoinedResourceController


Ignore:
Timestamp:
09/06/09 23:20:29 (16 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JoinedResourceController

    v2 v3  
    77The '''Joined Resource Controller''' provides a RESTful API for joined resources analogous to the generic [wiki:BluePrintRESTImplementation shn_rest_controller].
    88
    9 A joined resource request is a request on a resource ("joined resource") in dependence of a join to another table ("primary resource").
     9A joined resource request is a request on a resource ("joined resource") in dependency of a join to another table ("primary resource").
    1010
    1111In 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.