Changes between Version 45 and Version 46 of S3/S3Model/ComponentResources
- Timestamp:
- 02/07/14 10:48:54 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/ComponentResources
v45 v46 64 64 65 65 {{{#!python 66 s3db.add_components(<master_name>, <component_name>=<join>, <component_name>=<join>, ...) 66 s3db.add_components(<master_name>, 67 <component_name>=<join>, 68 <component_name>=<join>, 69 ... 70 ) 67 71 }}} 68 72 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). 70 74 71 75 === Simple Components ===