Changes between Version 45 and Version 46 of S3/S3Model/ComponentResources


Ignore:
Timestamp:
02/07/14 10:48:54 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Model/ComponentResources

    v45 v46  
    6464
    6565{{{#!python
    66 s3db.add_components(<master_name>, <component_name>=<join>, <component_name>=<join>, ...)
     66s3db.add_components(<master_name>,
     67                    <component_name>=<join>,
     68                    <component_name>=<join>,
     69                    ...
     70                   )
    6771}}}
    6872
    69 IMPORTANT: Component definitions in dynamically loaded models must be in the class which defines the ''master table''! (because otherwise the component definition would not be found when the model is loaded).
     73  '''Important''': Component definitions in dynamically loaded models must be in the class which defines the ''master table''! (because otherwise the component definition would not be found when the model is loaded).
    7074
    7175=== Simple Components ===